wpseek.com
A WordPress-centric search engine for devs and theme authors



print_embed_scripts › WordPress Function

Since4.4.0
Deprecatedn/a
print_embed_scripts ( No parameters )
Defined at:
Codex:

Prints the JavaScript in the embed iframe header.



Source

function print_embed_scripts() {
	wp_print_inline_script_tag(
		file_get_contents( ABSPATH . WPINC . '/js/wp-embed-template' . wp_scripts_get_suffix() . '.js' )
	);
}