Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: mce_buttons_3

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
608
609                     /**
610                      * Filters the third-row list of TinyMCE buttons (Visual tab).
611                      *
612                      * @since 2.0.0
613                      *
614                      * @param array  $buttons   Third-row list of buttons.
615                      * @param string $editor_id Unique editor identifier, e.g. 'content'.
616                      */
617                     $mce_buttons_3 = apply_filters( 'mce_buttons_3', array(), $editor_id );
618
619                     /**
620                      * Filters the fourth-row list of TinyMCE buttons (Visual tab).
621                      *
622                      * @since 2.5.0
623                      *
624                      * @param array  $buttons   Fourth-row list of buttons.
625                      * @param string $editor_id Unique editor identifier, e.g. 'content'.
626                      */