wp_print_editor_js()

In this article

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

Prints TinyMCE editor JS.

Description

See also

Source

function wp_print_editor_js() {
	_deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
}

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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