[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Sitemaps: WP_Sitemaps_Taxonomies class Builds the sitemaps for the 'taxonomy' object type.
File Size: | 212 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Sitemaps_Taxonomies:: (5 methods):
__construct()
get_object_subtypes()
get_url_list()
get_max_num_pages()
get_taxonomies_query_args()
Class: WP_Sitemaps_Taxonomies - X-Ref
Taxonomies XML sitemap provider.__construct() X-Ref |
WP_Sitemaps_Taxonomies constructor. since: 5.5.0 |
get_object_subtypes() X-Ref |
Returns all public, registered taxonomies. return: WP_Taxonomy[] Array of registered taxonomy objects keyed by their name. since: 5.5.0 |
get_url_list( $page_num, $object_subtype = '' ) X-Ref |
Gets a URL list for a taxonomy sitemap. return: array[] Array of URL information for a sitemap. param: int $page_num Page of results. param: string $object_subtype Optional. Taxonomy name. Default empty. since: 5.5.0 since: 5.9.0 Renamed `$taxonomy` to `$object_subtype` to match parent class |
get_max_num_pages( $object_subtype = '' ) X-Ref |
Gets the max number of pages available for the object type. return: int Total number of pages. param: string $object_subtype Optional. Taxonomy name. Default empty. since: 5.5.0 since: 5.9.0 Renamed `$taxonomy` to `$object_subtype` to match parent class |
get_taxonomies_query_args( $taxonomy ) X-Ref |
Returns the query args for retrieving taxonomy terms to list in the sitemap. return: array Array of WP_Term_Query arguments. param: string $taxonomy Taxonomy name. since: 5.5.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |