tinymce_include()WP 2.1.0

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

Changelog

Since 2.1.0 Introduced.
Deprecated since 2.1.0 Use wp_editor()

tinymce_include() code WP 6.4.3

function tinymce_include() {
	_deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );

	wp_tiny_mce();
}