[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.139.237.50: ~ $
<?php
/**
 * Template for displaying title of lesson.
 *
 * @author   ThimPress
 * @package  Learnpress/Templates
 * @version  4.0.0
 */

defined( 'ABSPATH' ) || exit();

$title = $lesson->get_title( 'display' );

if ( ! $title ) {
	return;
}
?>

<h1 class="course-item-title question-title"><?php echo esc_html( $title ); ?></h1>

Filemanager

Name Type Size Permission Actions
title.php File 331 B 0644