theme_auto_update_debug_string

过滤钩子
apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $active_theme, $enabled )

theme_auto_update_debug_string是一个WordPress的过滤钩子,它允许开发者修改WordPress中启用自动主题更新功能时显示的调试字符串。

这个过滤器在wp-admin/includes/class-wp-debug-data.php中有记载。

$auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $active_theme, $enabled );

常见问题

FAQs
查看更多 >