| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/tickwaves.co.uk/wwwroot/wp-content/themes/blocksy/tutor/ |
Upload File : |
<?php
/**
* Template for displaying courses
*
* @since v.1.0.0
*
* @author Themeum
* @url https://themeum.com
*
* @package TutorLMS/Templates
* @version 1.5.8
*/
tutor_utils()->tutor_custom_header();
do_action('tutor_course/archive/before/wrap');
if ( isset( $_GET['course_filter'] ) ) {
$filter = (new \Tutor\Course_Filter(false))->load_listing( $_GET, true );
query_posts( $filter );
}
// Load the
tutor_load_template('archive-course-init', array_merge($_GET, array(
'course_filter' => (bool) tutor_utils()->get_option('course_archive_filter', false),
'supported_filters' => tutor_utils()->get_option('supported_course_filters', array()),
'loop_content_only' => false
)));
do_action('tutor_course/archive/after/wrap');
tutor_utils()->tutor_custom_footer();