wpseo_sitemap_post_type_first_links, $links, $post_type
wpseo_sitemap_post_type_first_links, $links, $post_type
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_sitemap_post_type_first_links, $links, $post_type') is found 1 times:
- /inc/sitemaps/class-post-type-sitemap-provider.php line 429
* * @param array $links The first post type links. * @param string $post_type The post type this archive is for. */ return apply_filters( 'wpseo_sitemap_post_type_first_links', $links, $post_type ); } /** * Get URL for a post type archive. * * @since 5.3