clean_user_cache, $user->ID, $user

clean_user_cache, $user->ID, $user

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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