Warning: This function has been deprecated.
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.
Contents
Source
File: wp-includes/deprecated.php
.
View all references
function wp_add_iframed_editor_assets_html() {
_deprecated_function( __FUNCTION__, '6.0.0' );
}
Changelog
Version | Description |
---|---|
6.0.0 | This function has been deprecated. |
5.8.0 | Introduced. |