wp_add_iframed_editor_assets_html()
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() wp add iframed editor assets html code WP 6.7.1
function wp_add_iframed_editor_assets_html() { _deprecated_function( __FUNCTION__, '6.0.0' ); }