New and updated in 2.0.3
-
functionwp_verify_nonce()
Verifies that a correct security nonce was used with time limit.
-
functionwp_create_nonce()
Creates a cryptographic token tied to a specific action, user, user session, and window of time.
-
functionwp_hash()
Gets hash of given string.
-
functioncheck_ajax_referer()
Verifies the Ajax request to prevent processing requests external of the blog.
-
functionwp_set_current_user()
Changes the current user by ID or name.
-
functionwp_get_current_user()
Retrieves the current user object.
-
Filters the category nicename before it is sanitized.
-
hookpre_user_login
Filters a username after it has been sanitized.
-
Filters a user’s nicename before the user is created or updated.
-
hookpre_user_url
Filters a user’s URL before the user is created or updated.
-
hookpre_user_email
Filters a user’s email before the user is created or updated.
-
Filters a user’s nickname before the user is created or updated.
-
Filters a user’s first name before the user is created or updated.
-
Filters a user’s last name before the user is created or updated.
-
Filters a user’s display name before the user is created or updated.
-
Filters a user’s description before the user is created or updated.
-
functionwp_get_cookie_login()
Gets the user cookie login. This function is deprecated.