Uses
Uses | Description |
---|---|
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_url_list | Filters the users URL list before it is generated. |
wp-includes/sitemaps/providers/class-wp-sitemaps-users.php: wp_sitemaps_users_entry | Filters the sitemap entry for an individual user. |
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. |
wp-includes/author-template.php: get_author_posts_url() | Retrieve the URL to the author page for the user with the ID provided. |