This function has been deprecated. Use wp_editor() instead.
tinymce_include()
Description
See also
Source
File: wp-admin/includes/deprecated.php
function tinymce_include() {
_deprecated_function( __FUNCTION__, 'WP-2.1.0', 'wp_editor()' );
wp_tiny_mce();
}
Changelog
Version | Description |
---|---|
WP-2.1.0 | Introduced. Use wp_editor() |