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-users.php: WP_Sitemaps_Users::get_users_query_args() | Returns the query args for retrieving users to list in the sitemap. |
wp-includes/sitemaps/providers/class-wp-sitemaps-users.php: wp_sitemaps_users_pre_max_num_pages | Filters the max number of pages before it is generated. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-user-query.php: WP_User_Query::__construct() | PHP5 constructor. |