jetpack_sitemap_skip_post, false, $post
jetpack_sitemap_skip_post, false, $post
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sitemap_skip_post, false, $post') is found 1 times:
- /modules/sitemaps/sitemap-builder.php line 1199
* @param bool $skip Current boolean. False by default, so no post is skipped. * @param object $post Current post in the form of a $wpdb result object. Not WP_Post. * Doesn't have all the properties of a WP_Post. */ if ( true === apply_filters( 'jetpack_sitemap_skip_post', false, $post ) ) { return array( 'xml' => null, 'last_modified' => null, ); }