tinymce_include

Advertisement

Deprecated Deprecated

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

Syntax Syntax

tinymce_include()

Source Source

File: wp-admin/includes/deprecated.php

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

	wp_tiny_mce();
}

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

See also See also

Advertisement

Leave a Reply