wp_preload_dialogs()

This function has been deprecated. Use wp_editor() instead.

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()' );
}

Changelog

Version Description
3.3.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_preload_dialogs