Description
Filters the list of file types allowed for editing in the theme file editor.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/file.php | 296 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $default_types | An array of editable theme file extensions. |
WP_Theme | $theme | The active theme object. |
PHP Doc
/**
* Filters the list of file types allowed for editing in the theme file editor.
*
* @since 4.4.0
*
* @param string[] $default_types An array of editable theme file extensions.
* @param WP_Theme $theme The active theme object.
*/