aioseo_sitemap_exclude_posts, $ids, $type

aioseo_sitemap_exclude_posts, $ids, $type

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('aioseo_sitemap_exclude_posts, $ids, $type') is found 1 times:

  • /app/Common/Sitemap/Helpers.php line 505
    			}
    		}
    
    		if ( 'excludePosts' === $option ) {
    			$ids = apply_filters( 'aioseo_sitemap_exclude_posts', $ids, $type );
    		}
    
    		if ( 'excludeTerms' === $option ) {
    			$ids = apply_filters( 'aioseo_sitemap_exclude_terms', $ids, $type );
    		}