Uses
Uses | Description |
---|---|
wp-includes/class-wp-oembed.php: oembed_remote_get_args | Filters oEmbed remote get arguments. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/http.php: wp_safe_remote_get() | Retrieve the raw response from a safe HTTP request using the GET method. |
wp-includes/http.php: wp_remote_retrieve_response_code() | Retrieve only the response code from the raw response. |
wp-includes/http.php: wp_remote_retrieve_body() | Retrieve only the body from the raw response. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |