wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



print_embed_scripts › WordPress Function

Da4.4.0
Deprecaton/a
print_embed_scripts ( Nessun parametro )
Definito a:
Codex:

Prints the JavaScript in the embed iframe header.



Sorgenti

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