teeny_mce_buttons

Advertisement

Summery Summery

Filters the list of teenyMCE buttons (Text tab).

Syntax Syntax

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

Parameters Parameters

$mce_buttons

An array of teenyMCE buttons.

$editor_id

Unique editor identifier, e.g. 'content'.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.3.0 The $editor_id parameter was added.
2.7.0 Introduced.

Advertisement

Leave a Reply