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

wp_print_editor_js()

Prints TinyMCE editor JS.


Description Description

See also See also


Top ↑

Source Source

File: wp-admin/includes/deprecated.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.