jetpack_blaze_post_row_actions_enable

jetpack_blaze_post_row_actions_enable

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_blaze_post_row_actions_enable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 347
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    *
     * @param bool    $are_quick_links_enabled Should Blaze row actions be enabled.
     * @param WP_Post $post                    The current post in the post list table.
     */
    $are_quick_links_enabled = apply_filters( 'jetpack_blaze_post_row_actions_enable', true, $post );
     
    // Bail if we are not looking at one of the supported post types (post, page, or product).
    if (
        ! $are_quick_links_enabled
        || ! in_array( $post->post_type, array( 'post', 'page', 'product' ), true )
    ) {

See this hook used in plugins: