wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_add_iframed_editor_assets_html › WordPress Function

Since5.8.0
Deprecated6.0.0
wp_add_iframed_editor_assets_html ( No parameters )
Defined at:
Codex:

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



Source

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