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

Reply To: how to remove avatars in the notice text area of a forum and a topic?

$
0
0

i think this does what you want.

add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' );
add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' );
function ja_return_blank() {
    return '';
}

Viewing all articles
Browse latest Browse all 3669

Trending Articles