wp_print_editor_js
Prints TinyMCE editor JS.
Description
wp_print_editor_js();
Usage
if ( !function_exists( 'wp_print_editor_js' ) ) { require_once ABSPATH . '/wp-admin/includes/deprecated.php'; } // NOTICE! Understand what this does before running. $result = wp_print_editor_js();
Defined (1)
The function is defined in the following location(s).
- /wp-admin/includes/deprecated.php
- function wp_print_editor_js() {
- _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
- }