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' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
6.0.0 | This function has been deprecated. |
5.8.0 | Introduced. |