Skip to content

Instantly share code, notes, and snippets.

@wbcomdev
Last active May 2, 2022 11:47
Show Gist options
  • Select an option

  • Save wbcomdev/2d0a2bd7e35434e1d28835cb605ff0c0 to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/2d0a2bd7e35434e1d28835cb605ff0c0 to your computer and use it in GitHub Desktop.
<?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