wp_add_iframed_editor_assets_html()WP 5.8.0

Deprecated from version 6.0.0. It is no longer supported and can 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.

Return

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.5.2

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