Uses
Uses | Description |
---|---|
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/user.php: update_user_option() | Update user option with global blog capability. |