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

Top ↑

See also


Top ↑

Source

File: wp-admin/includes/deprecated.php

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


Top ↑

Changelog

Changelog
VersionDescription
3.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.