WordPress Version: 4.6
/**
* Prints TinyMCE editor JS.
*
* @deprecated 3.3.0 Use wp_editor()
* @see wp_editor()
*/
function wp_print_editor_js()
{
_deprecated_function(__FUNCTION__, '3.3.0', 'wp_editor()');
}
The timeline below displays how wordpress function wp_print_editor_js has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Prints TinyMCE editor JS.
*
* @deprecated 3.3.0 Use wp_editor()
* @see wp_editor()
*/
function wp_print_editor_js()
{
_deprecated_function(__FUNCTION__, '3.3.0', 'wp_editor()');
}
/**
* Prints TinyMCE editor JS.
*
* @deprecated 3.3.0 Use wp_editor()
* @see wp_editor()
*/
function wp_print_editor_js()
{
_deprecated_function(__FUNCTION__, '3.3', 'wp_editor()');
}
/**
* @deprecated 3.3.0
* @deprecated Use wp_editor()
* @see wp_editor()
*/
function wp_print_editor_js()
{
_deprecated_function(__FUNCTION__, '3.3', 'wp_editor()');
}