bbp_is_engagements_active

bbp_is_engagements_active

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_engagements_active') is found 1 times:

  • /includes/core/options.php line 364
     */
    function bbp_is_engagements_active( $default = 1 ) {
    
    	// Filter & return
    	return (bool) apply_filters( 'bbp_is_engagements_active', (bool) get_option( '_bbp_enable_engagements', $default ) );
    }
    
    /**
     * Is content editing available when posting new topics & replies?
     *
     * @since 2.6.0 bbPress (r6441)