Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_destroy_current_session() | Remove the current session token from the database. |
wp-includes/pluggable.php: wp_clear_auth_cookie() | Removes all of the cookies associated with authentication. |
wp-includes/pluggable.php: wp_logout | Fires after a user is logged out. |
wp-includes/pluggable.php: wp_set_current_user() | Changes the current user by ID or name. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |