wp_add_iframed_editor_assets_html()WP 5.8.0

Deprecated since 6.0.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

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

No Hooks.

Returns

null. Nothing (null).

Usage

wp_add_iframed_editor_assets_html();

Changelog

Since 5.8.0 Introduced.
Deprecated since 6.0.0

wp_add_iframed_editor_assets_html() code WP 6.8.3

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