wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



teeny_mce_buttons › WordPress Filter Hooks

Seit3.3.0
Veraltetn/v
apply_filters( 'teeny_mce_buttons', $mce_buttons, $editor_id )
Parameter: (2)
  • (array) $mce_buttons An array of teenyMCE buttons.
    Erforderlich: Ja
  • (string) $editor_id Unique editor identifier, e.g. 'content'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of teenyMCE buttons (Text tab).





Quellcode

$mce_buttons   = apply_filters( 'teeny_mce_buttons', $mce_buttons, $editor_id );