Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wbcomdev/4baa1f91a398b293c3d5cc023f05c3af to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/4baa1f91a398b293c3d5cc023f05c3af to your computer and use it in GitHub Desktop.
<?php
/**
* Use below snippet to display no course text.
*/
function ld_dashboard_no_course_created_text_call( $fields ) {
return 'Course Not Found !!!!';
}
add_filter( 'ld_dashboard_no_course_created_text', 'ld_dashboard_no_course_created_text_call', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment