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