wp_oembed_add_host_js()

Adds the necessary JavaScript to communicate with the embedded iframes.


Description Description


Source Source

File: wp-includes/embed.php

function wp_oembed_add_host_js() {
	wp_enqueue_script( 'wp-embed' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.