Warning: This function has been deprecated. Use wp_editor() instead.
tinymce_include() WordPress Function
The tinymce_include() function is a handy little function that allows you to include a specific TinyMCE plugin without having to include all of the other plugins that come with TinyMCE. This can be helpful if you only need to use a specific plugin on your site and you don't want to bloat your pages with unnecessary code.
tinymce_include() #
Description
See also
Source
File: wp-admin/includes/deprecated.php
function tinymce_include() { _deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' ); wp_tiny_mce(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |