wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_print_editor_js › WordPress Function

Sincen/a
Deprecated3.3.0
wp_print_editor_js ( No parameters )
See:
Defined at:
Codex:

Prints TinyMCE editor JS.



Source

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