wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



after_theme_row_{$stylesheet} › WordPress Action Hooks

Da3.5.0
Deprecaton/a
do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status )
Parametri: (3)
  • (string) $stylesheet Directory name of the theme.
    Richiesto:
  • (WP_Theme) $theme Current WP_Theme object.
    Richiesto:
  • (string) $status Status of the theme.
    Richiesto:
Definito a:
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.





Sorgenti

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