apply_filters( ‘teeny_mce_before_init’, array $mce_init, string $editor_id )

In this article

Filters the teenyMCE config before init.

Parameters

$mce_initarray
An array with teenyMCE config.
$editor_idstring
Unique editor identifier, e.g. 'content'.

Source

$mce_init = apply_filters( 'teeny_mce_before_init', $mce_init, $editor_id );

Changelog

VersionDescription
3.3.0The $editor_id parameter was added.
2.7.0Introduced.

User Contributed Notes

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