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

remove anonymous website field

$
0
0

I would like to remove website field for non logged in users by filter.
This is what I’ve done.
But it’s not working.
What am I wrong?

Thank you in advance.

function remove_website () {
return false;
}
add_filter( ‘bbp_pre_anonymous_post_author_website’, ‘remove_website’ );


Viewing all articles
Browse latest Browse all 3646

Trending Articles