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



wp_add_iframed_editor_assets_html › WordPress Function

Since5.8.0
已弃用6.0.0
wp_add_iframed_editor_assets_html ( 没有参数 )
定义在:
文档:

Inject the block editor assets that need to be loaded into the editor's iframe as an inline script.



源码

function wp_add_iframed_editor_assets_html() {
	_deprecated_function( __FUNCTION__, '6.0.0' );
}