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’ );