Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save wbcomdev/ebad1abe19723fd8509b7d073e2eaad0 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 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