Uses
Uses | Description |
---|---|
wp-includes/sitemaps.php: wp_sitemaps_get_max_urls() | Gets the maximum number of URLs for a sitemap. |
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php: WP_Sitemaps_Taxonomies::get_object_subtypes() | Returns all public, registered taxonomies. |
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php: WP_Sitemaps_Taxonomies::get_taxonomies_query_args() | Returns the query args for retrieving taxonomy terms to list in the sitemap. |
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php: wp_sitemaps_taxonomies_pre_url_list | Filters the taxonomies URL list before it is generated. |
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php: wp_sitemaps_taxonomies_entry | Filters the sitemap entry for an individual term. |
wp-includes/class-wp-term-query.php: WP_Term_Query::__construct() | Constructor. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |