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: title.php
<?php /** * Template for displaying title of lesson. * * @author ThimPress * @package Learnpress/Templates * @version 4.0.0 */ defined( 'ABSPATH' ) || exit(); if ( ! isset( $lesson ) ) { return; } $title = $lesson->get_title( 'display' ); if ( ! $title ) { return; } ?> <h1 class="course-item-title lesson-title"><?php echo esc_html( $title ); ?></h1>