[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.136.22.12: ~ $
<?php
/**
 * Template for displaying button to toggle course wishlist on/off
 *
 * @author ThimPress
 */
defined( 'ABSPATH' ) || exit();
$class = learn_press_user_wishlist_has_course($course_id) ? 'course-wishlisted' : 'course-wishlist';
echo '<div class="course-wishlist-box">';
printf(
		'<span class="fa fa-heart %s" data-id="%s" data-nonce="%s" title="%s"><span class="text">'.esc_html__('Wishlist','eduma').'</span></span>',
		$class,
		$course_id,
		wp_create_nonce( 'course-toggle-wishlist' ),
		$title
);
echo '</div>';

Filemanager

Name Type Size Permission Actions
button.php File 528 B 0644
user-wishlist.php File 900 B 0644
wishlist-content.php File 2.62 KB 0644