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



after_theme_row_{$stylesheet} › Hooks de Ações WordPress

Desde3.5.0
Obsoleton/a
do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status )
Parâmetros: (3)
  • (string) $stylesheet Directory name of the theme.
    Required: Yes
  • (WP_Theme) $theme Current WP_Theme object.
    Required: Yes
  • (string) $status Status of the theme.
    Required: Yes
Definido em:
Codex:

Fires after each specific row in the Multisite themes list table.

The dynamic portion of the hook name, $stylesheet, refers to the directory name of the theme, most often synonymous with the template name of the theme.





Fonte

do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status );