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.
You appear to be a bot. Output may be restricted
Description
Inject the block editor assets that need to be loaded into the editor's iframe as an inline script.
Usage
wp_add_iframed_editor_assets_html();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/deprecated.php
Lines:
1 to 4 of 4
function wp_add_iframed_editor_assets_html() { _deprecated_function( __FUNCTION__, '6.0.0' ); }