wp_add_iframed_editor_assets_html()

In this article

This function has been deprecated.

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' );
}

Changelog

VersionDescription
6.0.0This function has been deprecated.
5.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.