Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/class-wp-oembed.php: WP_oEmbed::_fetch_with_format() | Fetches result from an oEmbed provider for a specific format and complete provider URL |
wp-includes/class-wp-oembed.php: oembed_fetch_url | Filters the oEmbed URL to be fetched. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/embed.php: wp_embed_defaults() | Creates default array of embed parameters. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |