apply_filters( 'wp_theme_editor_filetypes', string[] $default_types, WP_Theme $theme )

Filters the list of file types allowed for editing in the theme file editor.


Parameters

$default_types string[]
An array of editable theme file extensions.
$theme WP_Theme
The active theme object.

Top ↑

Source

File: wp-admin/includes/file.php. View all references

$file_types = apply_filters( 'wp_theme_editor_filetypes', $default_types, $theme );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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