Uses
Uses | Description |
---|---|
wp-includes/user.php: clean_user_cache | Fires immediately after the given user’s cache is cleaned. |
wp-includes/class-wp-user.php: WP_User::__construct() | Constructor. |
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |