apply_filters( 'mce_buttons_4', array $buttons , string $editor_id )
Filters the fourth-row list of TinyMCE buttons (Visual tab).
Parameters
- $buttons
-
Fourth-row list of buttons.
- $editor_id
-
Unique editor identifier, e.g. 'content'.
Source
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |