wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_add_iframed_editor_assets_html › WordPress Function

Seit5.8.0
Veraltet6.0.0
wp_add_iframed_editor_assets_html ( Keine Parameter )
Definiert in:
Codex:

Inject the block editor assets that need to be loaded into the editor's iframe as an inline script.



Quellcode

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