Preloads TinyMCE dialogs.
Description
See also
Source
function wp_preload_dialogs() {
_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
This function has been deprecated. Use wp_editor() instead.
Preloads TinyMCE dialogs.
function wp_preload_dialogs() {
_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.