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



after_theme_row › WordPress Action Hooks

Da3.1.0
Deprecaton/a
do_action( 'after_theme_row', $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 row in the Multisite themes list table.





Sorgenti

do_action( 'after_theme_row', $stylesheet, $theme, $status );