Warning: This function has been deprecated. Use wp_editor() instead.
wp_print_editor_js() WordPress Function
The wp_print_editor_js() function is used to print JavaScript to the bottom of the page for the TinyMCE editor. This is used to initialize the editor on pages where it is used.
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__, '3.3.0', 'wp_editor()' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |