Description
See also
Source
function tinymce_include() {
_deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );
wp_tiny_mce();
}
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
CARVIEW |
This function has been deprecated. Use wp_editor() instead.
function tinymce_include() {
_deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );
wp_tiny_mce();
}
Uses | Description |
---|---|
wp_tiny_mce()wp-admin/includes/deprecated.php | Outputs the TinyMCE editor. |
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.