Last active
August 29, 2015 14:15
-
-
Save ThomasLeCoz/1d23ffc93d6cde6c5a21 to your computer and use it in GitHub Desktop.
Display LearnDash Courses on Subscription Product
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render_course_selector() { | |
global $post; | |
$courses = $this->list_courses(); | |
echo '<div class="options_group show_if_course show_if_simple">'; | |
[...] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment