Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/class-wp-embed.php: embed_handler_html | Filters the returned embed HTML. |
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. |