aioseo_sitemap_exclude_posts

aioseo_sitemap_exclude_posts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('aioseo_sitemap_exclude_posts') is found 1 times:

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