wpseo_exclude_from_sitemap_by_post_ids, $excluded_posts_ids

wpseo_exclude_from_sitemap_by_post_ids, $excluded_posts_ids

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_exclude_from_sitemap_by_post_ids, $excluded_posts_ids') is found 1 times:

  • /inc/sitemaps/class-post-type-sitemap-provider.php line 296
    		 * Filter: 'wpseo_exclude_from_sitemap_by_post_ids' - Allow extending and modifying the posts to exclude.
    		 *
    		 * @param array $posts_to_exclude The posts to exclude.
    		 */
    		$excluded_posts_ids = apply_filters( 'wpseo_exclude_from_sitemap_by_post_ids', $excluded_posts_ids );
    		if ( ! is_array( $excluded_posts_ids ) ) {
    			$excluded_posts_ids = [];
    		}
    
    		$excluded_posts_ids = array_map( 'intval', $excluded_posts_ids );