apply_filters( 'mce_buttons', array $buttons, string $editor_id )

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


Description Description


Parameters Parameters

$buttons

(array) First-row list of buttons.

$editor_id

(string) Unique editor identifier, e.g. 'content'.


Top ↑

Source Source

File: wp-includes/class-wp-editor.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.