wp_preload_dialogs()
Deprecated from version 3.3.0. It is no longer supported and can be removed in future releases. Use wp_editor() instead.
Preloads TinyMCE dialogs.
No Hooks.
Return
null
. Nothing (null).
Usage
wp_preload_dialogs();
Notes
- See: wp_editor()
Changelog
Deprecated since 3.3.0 | Use wp_editor() |
wp_preload_dialogs() wp preload dialogs code WP 6.6.2
function wp_preload_dialogs() { _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' ); }