wpseo_sitemap_post_type_first_links

wpseo_sitemap_post_type_first_links

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_sitemap_post_type_first_links') 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