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