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.13.3.1

apply_filters('jetpack_blaze_post_row_actions_enable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 311
    		 *
    		 * @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: