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.8.1.1

apply_filters('aioseo_sitemap_exclude_posts') is found 1 times:

  • /app/Common/Sitemap/Helpers.php line 468
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
        }
    }
     
    if ( 'excludePosts' === $option ) {
        $ids = apply_filters( 'aioseo_sitemap_exclude_posts', $ids, $type );
    }
     
    if ( 'excludeTerms' === $option ) {
        $ids = apply_filters( 'aioseo_sitemap_exclude_terms', $ids, $type );
    }