Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3669

Reply To: Where can i remove the "this forum contains … topics… and … themes"?

$
0
0

An even better solution is to use WordPress built-in return false shortcut, this way you don’t have to create a empty function each time.

add_filter( 'bbp_get_single_forum_description', '__return_false' );
add_filter( 'bbp_get_single_topic_description', '__return_false' );

Viewing all articles
Browse latest Browse all 3669

Trending Articles