Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save wbcomdev/4a381bbc788658b3aa64656eec4e0a00 to your computer and use it in GitHub Desktop.
<?php
/**
* Use below snippet to display no activity text.
*/
function ld_dashboard_no_activity_text_call() {
return 'Test message when course activity not created!!!!';
}
add_filter( 'ld_dashboard_no_activity_text', 'ld_dashboard_no_activity_text_call' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment