Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
dreamleap.star4hire.com
/
wp-content
/
themes
/
edura
✏️
Editing: footer.php
<?php /** * @Packge : Edura * @Version : 1.0 * @Author : Themeholy * @Author URI : https://www.themeholy.com/ * */ // Block direct access if ( ! defined( 'ABSPATH' ) ) { exit; } if( !is_404( ) ) { /** * * Hook for Footer Content * * Hook edura_footer_content * * @Hooked edura_footer_content_cb 10 * */ do_action( 'edura_footer_content' ); /** * * Hook for Back to Top Button * * Hook edura_back_to_top * * @Hooked edura_back_to_top_cb 10 * */ do_action( 'edura_back_to_top' ); } wp_footer(); ?> </body> </html>
💾 Save Changes
❌ Cancel