Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: teeny_mce_before_init

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
788                     /**
789                      * Filters the teenyMCE config before init.
790                      *
791                      * @since 2.7.0
792                      * @since 3.3.0 The `$editor_id` parameter was added.
793                      *
794                      * @param array  $mceInit   An array with teenyMCE config.
795                      * @param string $editor_id Unique editor identifier, e.g. 'content'.
796                      */
797                     $mceInit = apply_filters( 'teeny_mce_before_init', $mceInit, $editor_id );
798                } else {
799
800                     /**
801                      * Filters the TinyMCE config before init.
802                      *
803                      * @since 2.5.0
804                      * @since 3.3.0 The `$editor_id` parameter was added.
805                      *
806                      * @param array  $mceInit   An array with TinyMCE config.