Last active
May 2, 2022 11:58
-
-
Save wbcomdev/4a381bbc788658b3aa64656eec4e0a00 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <?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