wpseek.com
A WordPress-centric search engine for devs and theme authors



mce_buttons_4 › WordPress Filter Hooks

Since3.3.0
Deprecatedn/a
apply_filters( 'mce_buttons_4', array()
Parameters: (2)
  • (array) $mce_buttons_4 Fourth-row list of buttons.
    Required: Yes
  • (string) $editor_id Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block.
    Required: Yes
Defined at:
Codex:

Filters the fourth-row list of TinyMCE buttons (Visual tab).





Source

$mce_buttons_4 = apply_filters( 'mce_buttons_4', array(), $editor_id );