Quote from
Asgaros on November 25, 2017, 9:27 pm
Hello,
you can add the following code to your themes functions.php file to add custom content to the upper area of the overview:
function custom_content() {
echo 'My custom content ...';
}
add_action('asgarosforum_overview_custom_content_top', 'custom_content');
Hello,
you can add the following code to your themes functions.php file to add custom content to the upper area of the overview:
function custom_content() {
echo 'My custom content ...';
}
add_action('asgarosforum_overview_custom_content_top', 'custom_content');