print_embed_scripts()
Prints the JavaScript in the embed iframe header.
No Hooks.
Return
null
. Nothing (null).
Usage
print_embed_scripts();
Changelog
Since 4.4.0 | Introduced. |
print_embed_scripts() print embed scripts code WP 6.6.2
function print_embed_scripts() { wp_print_inline_script_tag( file_get_contents( ABSPATH . WPINC . '/js/wp-embed-template' . wp_scripts_get_suffix() . '.js' ) ); }