wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



print_embed_scripts › WordPress Function

Od4.4.0
Przestarzałyn/a
print_embed_scripts ( Brak parametrów )
Zdefiniowane na:
Codex:

Prints the JavaScript in the embed iframe header.



Źródło

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