Turn off @mentions
-
I’ve been trying to turn off mentions using:
add_filter( 'bbp_find_mentions', '__return_false' );
and
add_filter( 'bp_activity_do_mentions', '__return_false' );
but it’s not working. Has this changed in v2.6?
Running bbPress v2.6-rc-7 and buddypress 4.3.0
I want to turn it off as it’s not required by the site, but mainly that it breaks URLs that happen to contain a username as described here.
Any ideas on how I can turn off @mentions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.