Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AladinDridi/3af9d7be05fcc6c4e62853e45f4233d3 to your computer and use it in GitHub Desktop.
Save AladinDridi/3af9d7be05fcc6c4e62853e45f4233d3 to your computer and use it in GitHub Desktop.
<?php
//echo do_shortcode('[uo_courses enrolled_only="yes" price="no" limit="all" ]');
echo apply_filters( 'the_content',' [uo_courses enrolled_only="yes" price="no" limit="all" ] ');
?>
<?php
if(is_user_logged_in() && function_exists('pmpro_hasMembershipLevel') &&!pmpro_hasMembershipLevel() ){
echo apply_filters( 'the_content',' [uo_courses not_enrolled="yes" price="no" limit="all" ] ');
}
?>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="http://localhost/wptest/wp-content/plugins/buddypress-learndash/templates/course-grid-view.css"/>
<link rel="stylesheet" href="http://localhost/wptest/wp-content/plugins/buddypress-learndash/templates/course-grid-view-core.css"/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment