[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Sitemaps: WP_Sitemaps_Users class Builds the sitemaps for the 'user' object type.
File Size: | 164 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WP_Sitemaps_Users:: (4 methods):
__construct()
get_url_list()
get_max_num_pages()
get_users_query_args()
Class: WP_Sitemaps_Users - X-Ref
Users XML sitemap provider.__construct() X-Ref |
WP_Sitemaps_Users constructor. |
get_url_list( $page_num, $object_subtype = '' ) X-Ref |
Gets a URL list for a user sitemap. param: int $page_num Page of results. param: string $object_subtype Optional. Not applicable for Users but return: array[] Array of URL information for a sitemap. |
get_max_num_pages( $object_subtype = '' ) X-Ref |
Gets the max number of pages available for the object type. param: string $object_subtype Optional. Not applicable for Users but return: int Total page count. |
get_users_query_args() X-Ref |
Returns the query args for retrieving users to list in the sitemap. return: array Array of WP_User_Query arguments. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |