Warning: This function has been deprecated.

wp_add_iframed_editor_assets_html() WordPress Function

wp_add_iframed_editor_assets_html() is a function used to add assets for the iframed editor. This function includes the necessary CSS and JS to make the iframed editor work correctly.

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.


Source

File: wp-includes/deprecated.php

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


Top ↑

Changelog

Changelog
VersionDescription
6.0.0This function has been deprecated.
5.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More