Last active
May 2, 2022 11:49
-
-
Save wbcomdev/ebad1abe19723fd8509b7d073e2eaad0 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 Form</h2>'; | |
| } | |
| add_action( 'ld_dashboard_before_topic_filter', 'ld_dashboard_call' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment