clean_user_cache, $user->ID, $user
clean_user_cache, $user->ID, $user
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_user_cache, $user->ID, $user') is found 1 times:
- /wp-includes/user.php line 2047
* * @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 out