tinymce_include()
Deprecated from version 2.1.0. It is no longer supported and can be removed in future releases. Use wp_editor() instead.
No Hooks.
Return
null
. Nothing (null).
Usage
tinymce_include();
Notes
- See: wp_editor()
Changelog
Since 2.1.0 | Introduced. |
Deprecated since 2.1.0 | Use wp_editor() |
tinymce_include() tinymce include code WP 6.6.2
function tinymce_include() { _deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' ); wp_tiny_mce(); }