Skip to content

Instantly share code, notes, and snippets.

@ThomasLeCoz
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasLeCoz/1d23ffc93d6cde6c5a21 to your computer and use it in GitHub Desktop.
Save ThomasLeCoz/1d23ffc93d6cde6c5a21 to your computer and use it in GitHub Desktop.
Display LearnDash Courses on Subscription Product
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