wpseek.com
A WordPress-centric search engine for devs and theme authors



theme_auto_update_setting_html › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
Parameters: (3)
  • (string) $html The HTML for theme's auto-update setting, including toggle auto-update action link and time to next update.
    Required: Yes
  • (string) $stylesheet Directory name of the theme.
    Required: Yes
  • (WP_Theme) $theme WP_Theme object.
    Required: Yes
Defined at:
Codex:

Filters the HTML of the auto-updates setting for each theme in the Themes list table.





Source

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