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

Top ↑

See also


Top ↑

Source

File: wp-admin/includes/deprecated.php

function wp_preload_dialogs() {
	_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}


Top ↑

Changelog

Changelog
VersionDescription
3.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More