wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



theme_auto_update_setting_html › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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