Last active
May 2, 2022 11:48
-
-
Save wbcomdev/ca6a5b3443b9fe83e7985a6f0b4ccbf2 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