jetpack_sitemap_image_skip_post, false, $post

jetpack_sitemap_image_skip_post, false, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sitemap_image_skip_post, false, $post') is found 1 times:

  • /modules/sitemaps/sitemap-builder.php line 1278
    		 *
    		 * @param bool    $skip Current boolean. False by default, so no post is skipped.
    		 * @param WP_POST $post Current post object.
    		 */
    		if ( apply_filters( 'jetpack_sitemap_image_skip_post', false, $post ) ) {
    			return array(
    				'xml'           => null,
    				'last_modified' => null,
    			);
    		}