get_metadata()
Function: Retrieves the value of a metadata field for the specified object type and ID.
Source: wp-includes/meta.php:573
Function: Retrieves the value of a metadata field for the specified object type and ID.
Source: wp-includes/meta.php:573
Function: Determines if a meta field with the given key exists for the given object ID.
Source: wp-includes/meta.php:737
Function: Retrieves metadata by meta ID.
Source: wp-includes/meta.php:790
Function: Updates metadata by meta ID.
Source: wp-includes/meta.php:860
Function: Deletes metadata by meta ID.
Source: wp-includes/meta.php:982
Function: Updates the metadata cache for the specified objects.
Source: wp-includes/meta.php:1109
Function: Validate a URL for safe use in the HTTP API.
Source: wp-includes/http.php:521
Function: Mark allowed redirect hosts safe for HTTP requests as well.
Source: wp-includes/http.php:623
Function: Adds any domain in a multisite installation for safe HTTP requests to the allowed list.
Source: wp-includes/http.php:644
Function: A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
Source: wp-includes/http.php:685