clean_user_cache

clean_user_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('clean_user_cache') is found 1 times:

  • /wp-includes/user.php line 1922
    	 *
    	 * @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
    

See this hook used in plugins: