bp_activity_do_mentions, true

bp_activity_do_mentions, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_do_mentions, true') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 54
    	 * @since 1.8.0
    	 *
    	 * @param bool $enabled True to enable mentions, false to disable.
    	 */
    	return (bool) apply_filters( 'bp_activity_do_mentions', true );
    }
    
    /**
     * Should BuddyPress load the mentions scripts and related assets, including results to prime the
     * mentions suggestions?
     *