Warning: This function has been deprecated. Use wp_editor() instead.
tinymce_include()
Description Description
See also See also
Source Source
File: wp-admin/includes/deprecated.php
20 21 22 23 24 | function tinymce_include() { _deprecated_function( __FUNCTION__ , '2.1.0' , 'wp_editor()' ); wp_tiny_mce(); } |
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |