wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



print_embed_scripts › WordPress Function

Seit4.4.0
Veraltetn/v
print_embed_scripts ( Keine Parameter )
Definiert in:
Codex:

Prints the JavaScript in the embed iframe header.



Quellcode

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