Uses
Uses | Description |
---|---|
wp-admin/includes/deprecated.php: wp_tiny_mce() | Outputs the TinyMCE editor. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated. Use wp_editor() instead.
File: wp-admin/includes/deprecated.php
function tinymce_include() { _deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' ); wp_tiny_mce(); }
Version | Description |
---|---|
2.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/tinymce_include