Uses
Uses | Description |
---|---|
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/user.php: get_user_meta() | Retrieve user meta field for a user. |
wp-includes/user.php: update_user_meta() | Update user meta field based on user ID. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |