Filters the sitemap entry for an individual user.
$sitemap_entryarray$userWP_Userwp-includes/sitemaps/providers/class-wp-sitemaps-users.php:81WP_Sitemaps_Users::get_url_list() * * @since 5.5.0 * * @param array $sitemap_entry Sitemap entry for the user. * @param WP_User $user User object. */ $sitemap_entry = apply_filters( 'wp_sitemaps_users_entry', $sitemap_entry, $user ); $url_list[] = $sitemap_entry; } return $url_list; }Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.