Fires immediately after the given user's cache is cleaned.
$user_idint$userWP_Userwp-includes/user.php:1968clean_user_cache() * * @since 4.4.0 * * @param int $user_id User ID. * @param WP_User $user User object. */ do_action( 'clean_user_cache', $user->ID, $user );} /** * Determines whether the given username exists. * * For more information on this and similar theme functions, check outIntroduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.