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

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


Parameters

$buttons

(array) Third-row list of buttons.

$editor_id

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


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.