[resolved] Disable @mentions (links) completely in bbPress
-
Hi everyone,
I would like to disable completely the mentions feature in forums, even if someone put accidentaly a “@” before a username for exemple “jack” I don’t want the result “@jack” to link to jack profile.
I’ve got Buddypress and bbPress,
the code
add_filter( 'bp_activity_do_mentions', '__return_false' );
disable BP mentions but not bbPress mentions, how can I do that?[Edit] thanks to danbp, here is the solution:
add_filter( 'bbp_find_mentions', '__return_false' );
Thank you very much for your help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.