Warning: This function has been deprecated. Use wp_editor() instead.
wp_preload_dialogs() WordPress Function
The wp_preload_dialogs() function can be used to preload system dialogs in WordPress. This function is useful for improving the user experience when using WordPress. By preloading dialogs, WordPress can avoid the need to load them on demand, which can improve the speed and responsiveness of the system.
wp_preload_dialogs() #
Preloads TinyMCE dialogs.
Description
See also
Source
File: wp-admin/includes/deprecated.php
function wp_preload_dialogs() { _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |