wp_preload_dialogs()

In this article

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

Preloads TinyMCE dialogs.

Description

See also

Source

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

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.