[bbPress 2] How to disable the forum description field
-
How do I disable the forum/topic description field that show up on top of each forum/topic page?
I thought the code below would work but it doesn’t.
/home/www/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php
function bbp_no_get_single_topic_description ($param) {
return true;
}
add_filter ('bbp_get_single_topic_description', 'bbp_no_get_single_topic_description');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.