wpseek.com
WordPress开发者和主题制作者的搜索引擎



print_embed_scripts › WordPress Function

Since4.4.0
已弃用n/a
print_embed_scripts ( 没有参数 )
定义在:
文档:

Prints the JavaScript in the embed iframe header.



源码

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