wp_theme_editor_filetypes

过滤钩子
apply_filters( 'wp_theme_editor_filetypes', $default_types, $theme )
参数
  • (string[]) $default_types An array of editable theme file extensions.
    Required:
  • (WP_Theme) $theme The active theme object.
    Required:
定义位置
相关勾子
wp_save_image_editor_filewp_code_editor_settingswp_generator_typethe_editor_contentwp_editor_settings
相关方法
wp_check_filetyperemove_editor_styleswp_check_widget_editor_depswp_make_theme_file_treewp_get_ext_typespreview_theme_ob_filter
引入
4.4.0
弃用
-

wp_theme_editor_filetypes: 这是一个 WordPress 函数,它用于设置主题编辑器支持的文件类型: 该函数生成一个文件类型数组,您可以使用此数组确定哪些文件类型可以在主题编辑器中编辑。

过滤允许在主题文件编辑器中编辑的文件类型列表。

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

常见问题

FAQs
查看更多 >