wp_print_editor_js()WP 1.0

Deprecated from version 3.3.0. It is no longer supported and can be removed in future releases. Use wp_editor() instead.

Prints TinyMCE editor JS.

No Hooks.

Return

null. Nothing (null).

Usage

wp_print_editor_js();

Notes

Changelog

Deprecated since 3.3.0 Use wp_editor()

wp_print_editor_js() code WP 6.5.2

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