Warning: This function has been deprecated. Use wp_editor() instead.

tinymce_include()


Description

Top ↑

See also


Top ↑

Source

File: wp-admin/includes/deprecated.php. View all references

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

	wp_tiny_mce();
}


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.