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: sidebar.php
<?php /** * Template for displaying sidebar in user profile. * * @author ThimPress * @package LearnPress/Templates * @version 4.0.0 */ use LearnPress\Helpers\Template; defined( 'ABSPATH' ) || exit; $sections = apply_filters( 'learn-press/profile/sidebar/sections', array( 'profile/sidebar/header.php', 'profile/sidebar/sidebar.php', ) ); Template::instance()->get_frontend_templates( $sections );