theme_auto_update_setting_html

过滤钩子
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
参数
  • (string) $html The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
    Required:
  • (string) $stylesheet Directory name of the theme.
    Required:
  • (WP_Theme) $theme WP_Theme object.
    Required:
定义位置
相关勾子
theme_auto_update_setting_templateplugin_auto_update_setting_htmltheme_auto_update_debug_stringthemes_auto_update_enabledafter_core_auto_updates_settings
相关方法
wp_theme_auto_update_setting_templatecore_auto_updates_settingstheme_update_availablethe_author_descriptionget_user_settingset_user_setting
引入
5.5.0
弃用
-

theme_auto_update_setting_html是一个WordPress过滤钩子,它允许开发者修改自动主题更新设置的HTML输出。

过滤Themes列表表中每个主题的自动更新设置的HTML。

echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme );

常见问题

FAQs
查看更多 >