Fires once the Ajax request has been validated or not.
check_ajax_referer
Verifies the Ajax request to prevent processing requests external of the blog.
check_admin_referer
Fires once the admin request has been validated or not.
check_admin_referer
Ensures intent by verifying that a user was referred from another admin page with the correct security nonce.
Advertisement
auth_redirect
Fires before the authentication redirect.
auth_redirect_scheme
Filters the authentication redirect scheme.
secure_auth_redirect
Filters whether to use a secure authentication redirect.
is_user_logged_in
Determines whether the current visitor is a logged in user.
Advertisement
auth_redirect
Checks if a user is logged in, if not it redirects them to the login page.
clear_auth_cookie
Fires just before the authentication cookies are cleared.
send_auth_cookies
This filter is documented in wp-includes/pluggable.php
wp_clear_auth_cookie
Removes all of the cookies associated with authentication.
Advertisement
set_logged_in_cookie
Fires immediately before the logged-in authentication cookie is set.
set_auth_cookie
Fires immediately before the authentication cookie is set.
secure_logged_in_cookie
Filters whether the logged in cookie should only be sent over HTTPS.