| Server IP : 104.21.20.151 / Your IP : 216.73.216.217 Web Server : Apache System : Linux sr32.hostlife.net 6.12.0-124.52.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 2 09:06:54 EDT 2026 x86_64 User : golfb689 ( 1071) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/golfb689/fonbetbk.click/wp-content/themes/virtue_premium/sensei/ |
Upload File : |
<?php
/**
* The Template for displaying course archives, including the course page template.
*
* Override this template by copying it to yourtheme/sensei/archive-course.php
*
* @author WooThemes
* @package Sensei/Templates
* @version 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) exit;
//get_header();
/**
* sensei_before_main_content hook
*
* @hooked sensei_output_content_wrapper - 10 (outputs opening divs for the content)
*/
do_action('sensei_before_main_content');
/**
* sensei_course_archive_main_content hook
*
* @hooked WooThemes_Sensei_Learner_Profiles::learner_profile_content - 10 (outputs learner profile content)
*/
do_action( 'sensei_learner_profile_content' );
/**
* sensei_after_main_content hook
*
* @hooked sensei_output_content_wrapper_end - 10 (outputs closing divs for the content)
*/
do_action('sensei_after_main_content');
/**
* sensei_sidebar hook
*
* @hooked sensei_get_sidebar - 10
*/
do_action('sensei_sidebar');
//get_footer();
?>