apply_filters( ‘quicktags_settings’, array $qt_init, string $editor_id )

In this article

Filters the Quicktags settings.

Parameters

$qt_initarray
Quicktags settings.
$editor_idstring
Unique editor identifier, e.g. 'content'.

Source

$qt_init = apply_filters( 'quicktags_settings', $qt_init, $editor_id );

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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