bp_support_blocks

bp_support_blocks

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_support_blocks') is found 1 times:

  • /bp-core/bp-core-blocks.php line 29
    	 * @since 10.0.0
    	 *
    	 * @param bool $value True if the BP REST API is available. False otherwise.
    	 */
    	return apply_filters( 'bp_support_blocks', bp_rest_api_is_available() );
    }
    
    /**
     * Registers the BP Block components.
     *
     * @since 6.0.0