aioseo_sitemap_author_post_types, $postTypes
aioseo_sitemap_author_post_types, $postTypes
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_sitemap_author_post_types, $postTypes') is found 1 times:
- /app/Common/Sitemap/Helpers.php line 642
public function getAuthorPostTypes() { // By default, WP only considers posts for author archives, but users can include additional post types. $postTypes = [ 'post' ]; return apply_filters( 'aioseo_sitemap_author_post_types', $postTypes ); } /** * Decode the Urls from Posts and Terms so they properly show in the Sitemap. * * @since 4.6.9