Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: sanitize_email() | Strips out all characters that are not allowable in an email. |
wp-includes/formatting.php: is_email() | Verifies that an email is valid. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/pluggable.php: get_user_by() | Retrieve user info by a given field |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/post.php: wp_insert_post() | Insert or update a post. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |