Description
Filters the Quicktags settings.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 359 |
Parameters
Type | Name | Description |
---|---|---|
array | $qt_init | Quicktags settings. |
string | $editor_id | Unique editor identifier, e.g. 'content'. |
PHP Doc
/**
* Filters the Quicktags settings.
*
* @since 3.3.0
*
* @param array $qt_init Quicktags settings.
* @param string $editor_id Unique editor identifier, e.g. 'content'.
*/