Created
July 9, 2020 11:13
-
-
Save xavierlopez/d4862f6fbf03854180e59804e0335603 to your computer and use it in GitHub Desktop.
This file contains 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
$shortcode_course = '[course_content course_id="'.$course_id.'"]'; | |
// echo LearnDash lessons from course_id | |
echo do_shortcode("$shortcode_course" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment