Submit
Path:
~
/
home
/
getwphos
/
public_html
/
seasons-newtheme
/
wp-content
/
plugins
/
learnpress
/
templates
/
content-lesson
/
File Content:
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>
Submit
FILE
FOLDER
Name
Size
Permission
Action
button-complete.php
2458 bytes
0644
content.php
874 bytes
0644
title.php
369 bytes
0644
N4ST4R_ID | Naxtarrr