tinymce_include()
Deprecated since 2.1.0. It is no longer supported and may be removed in future releases. Use wp_editor() instead.
No Hooks.
Returns
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 7.0.2
function tinymce_include() {
_deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );
wp_tiny_mce();
}