Last active
May 2, 2022 11:47
-
-
Save wbcomdev/2d0a2bd7e35434e1d28835cb605ff0c0 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 content before topics. | |
| */ | |
| function ld_dashboard_call() { | |
| echo '<h2>Before Topic Content</h2>'; | |
| } | |
| add_action( 'ld_dashboard_before_topics_content', 'ld_dashboard_call' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment