jetpack_blaze_post_row_actions_enable
jetpack_blaze_post_row_actions_enable
Appears in: jetpack.13.2, jetpack.13.2.1, jetpack.13.3.1, jetpack.13.5, jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_blaze_post_row_actions_enable') is found 1 times:
- /jetpack_vendor/automattic/jetpack-blaze/src/class-blaze.php line 341
* * @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 ) ) {