[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.142.166.129: ~ $
<?php
/**
 * Template for displaying title of lesson.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/content-lesson/title.php.
 *
 * @author   ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.1
 */

/**
 * Prevent loading this file directly
 */
defined( 'ABSPATH' ) || exit();

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

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

Filemanager

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