<?php /** * Display Permission denied * * @package Tutor\Templates * @author Themeum <support@themeum.com> * @link https://themeum.com * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="tutor-disabled-wrapper"> <div class="tutor-disabled-content-wrapper"> <?php if ( isset( $image_path ) && '' !== $image_path ) : ?> <div> <center> <img src="<?php echo esc_url( $image_path ); ?>" alt="disabled"> </center> </div> <?php endif; ?> <div> <?php if ( isset( $title ) && '' !== $title ) : ?> <h3> <?php echo esc_html( $title ); ?> </h3> <?php endif; ?> <?php if ( isset( $description ) && '' !== $description ) : ?> <p> <?php echo wp_kses_post( $description ); ?> </p> <?php endif; ?> </div> <div> <?php if ( isset( $button ) && count( $button ) ) : ?> <a href="<?php echo esc_url( $button['url'] ); ?>" class="<?php echo esc_attr( $button['class'] ); ?>"> <?php echo esc_html( $button['text'] ); ?> </a> <?php endif; ?> </div> </div> </div>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
course-filter | Folder | 0755 |
|
|
dashboard | Folder | 0755 |
|
|
ecommerce | Folder | 0755 |
|
|
Folder | 0755 |
|
||
global | Folder | 0755 |
|
|
instructor | Folder | 0755 |
|
|
loop | Folder | 0755 |
|
|
modal | Folder | 0755 |
|
|
profile | Folder | 0755 |
|
|
shortcode | Folder | 0755 |
|
|
single | Folder | 0755 |
|
|
template-part | Folder | 0755 |
|
|
widget | Folder | 0755 |
|
|
archive-course-init.php | File | 6.57 KB | 0644 |
|
archive-course.php | File | 862 B | 0644 |
|
course-embed.php | File | 4.38 KB | 0644 |
|
course-none.php | File | 259 B | 0644 |
|
dashboard.php | File | 10.69 KB | 0644 |
|
feature_disabled.php | File | 1.04 KB | 0644 |
|
login-form.php | File | 3.83 KB | 0644 |
|
login.php | File | 1.41 KB | 0644 |
|
metabox-wrapper.php | File | 621 B | 0644 |
|
permission-denied.php | File | 1.61 KB | 0644 |
|
public-profile.php | File | 7.24 KB | 0644 |
|
single-assignment.php | File | 293 B | 0644 |
|
single-content-loader.php | File | 4.26 KB | 0644 |
|
single-course.php | File | 3.9 KB | 0644 |
|
single-lesson.php | File | 292 B | 0644 |
|
single-preview-lesson.php | File | 292 B | 0644 |
|
single-quiz.php | File | 1.57 KB | 0644 |
|
template.php | File | 385 B | 0644 |
|