tinymce_include
The WordPress Core tinymce include function.
Description
tinymce_include();
Usage
if ( !function_exists( 'tinymce_include' ) ) { require_once ABSPATH . '/wp-admin/includes/deprecated.php'; } // NOTICE! Understand what this does before running. $result = tinymce_include();
Defined (1)
The function is defined in the following location(s).
- /wp-admin/includes/deprecated.php
- function tinymce_include() {
- _deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );
- wp_tiny_mce();
- }