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

wp_print_editor_js()

Prints TinyMCE editor JS.


Description

See also


Source

File: wp-admin/includes/deprecated.php

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


Changelog

Changelog
Version Description
WP-3.3.0 Introduced. Use wp_editor()