wp_tiny_mce_init WordPress Action Hook

The wp_tiny_mce_init hook is used to initialize the WordPress tinyMCE editor. This hook is typically used to add custom buttons or plugins to the editor.

do_action( 'wp_tiny_mce_init', array $mce_settings ) #

Fires after tinymce.js is loaded, but before any TinyMCE editor instances are created.


Parameters

$mce_settings

(array)TinyMCE settings array.


Top ↑

Source

File: wp-includes/class-wp-editor.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.9.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.