bp_support_blocks

bp_support_blocks

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_support_blocks') is found 1 times:

  • /bp-core/bp-core-blocks.php line 29
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
         * @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