wp-includes/class-wp-user-query.php:1052Generate cache key.
$deprecatedarray$sqlstringstring protected function generate_cache_key( array $deprecated, $sql ) { global $wpdb; // Replace wpdb placeholder in the SQL statement used by the cache key. $sql = $wpdb->remove_placeholder_escape( $sql ); $key = md5( $sql ); return "get_users:$key"; }Introduced in 6.3.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$deprecated added.verified against source$args removed.verified against sourcesrc/wp-includes/class-wp-user-query.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.