Filter hook 'wp_theme_editor_filetypes'

in WP Core File wp-admin/includes/file.php at line 296

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.
	 */