Uses
| Uses | Description |
|---|---|
| wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
Adds the necessary JavaScript to communicate with the embedded iframes.
File: wp-includes/embed.php
function wp_oembed_add_host_js() {
wp_enqueue_script( 'wp-embed' );
} | Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_oembed_add_host_js