Uses
Uses | Description |
---|---|
wp-includes/class-pop3.php: stripos() | |
wp-includes/class-wp-oembed.php: oembed_remote_get_args | Filters oEmbed remote get arguments. |
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_body() | Retrieve only the body from the raw response. |
wp-includes/shortcodes.php: shortcode_parse_atts() | Retrieve all attributes from the shortcodes tag. |
wp-includes/class-wp-oembed.php: oembed_linktypes | Filters the link types that contain oEmbed provider URLs. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |