%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v1/ |
Current File : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v1/single-lesson.php |
<?php /** * Template for displaying 404 page if user trying to access lesson via permalink * * @author ThimPress * @package LearnPress/Templates * @version 1.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $wp_query; $wp_query->set_404(); status_header( 404 ); get_template_part( 404 ); exit();