print_embed_scripts()
Prints the JavaScript in the embed iframe header.
Contents
Source
File: wp-includes/embed.php
function print_embed_scripts() { wp_print_inline_script_tag( file_get_contents( ABSPATH . WPINC . '/js/wp-embed-template' . wp_scripts_get_suffix() . '.js' ) ); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |