wpseo_sitemap_post_type_first_links

wpseo_sitemap_post_type_first_links

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_sitemap_post_type_first_links') is found 1 times:

  • /inc/sitemaps/class-post-type-sitemap-provider.php line 429
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
         *
         * @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