<?php /** * Template for displaying title of quiz. * * This template can be overridden by copying it to yourtheme/learnpress/content-quiz/title.php. * * @author ThimPress * @package Learnpress/Templates * @version 3.0.0 */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit(); $quiz = LP_Global::course_item_quiz(); if ( ! $title = $quiz->get_heading_title( 'display' ) ) { return; } ?> <h1 class="course-item-title quiz-title"><?php echo $title; ?></h1>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
buttons | Folder | 0755 |
|
|
description.php | File | 506 B | 0644 |
|
intro.php | File | 1.33 KB | 0644 |
|
progress.php | File | 1.77 KB | 0644 |
|
result.php | File | 2.67 KB | 0644 |
|
title.php | File | 496 B | 0644 |
|