%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v1/profile/tabs/
Upload File :
Create Path :
Current File : /var/www/html/itworks/wp-content/themes/eduma/learnpress-v1/profile/tabs/courses.php

<?php
/**
 * User Courses tab
 *
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit;
}
$subtabs = array(
	'learning'  => esc_html__( 'Learning Courses', 'eduma' ),
	'purchased' => esc_html__( 'Purchased Courses', 'eduma' ),
	'finished'  => esc_html__( 'Finished Courses', 'eduma' ),
	'own'       => esc_html__( 'Own Courses', 'eduma' )
);
$subtabs = apply_filters( 'learn_press_profile_tab_courses_subtabs', $subtabs );
if ( !$subtabs ) {
	return;
}
?>
<?php foreach ( $subtabs as $subid => $subtitle ) { ?>
	<?php
	//echo '<h3 class="box-title">'.$subtitle.'</h3>';
	do_action( 'learn_press_profile_tab_courses_' . $subid, $user, $subid ); ?>
<?php } ?>

Zerion Mini Shell 1.0