wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



after_theme_row › Les Actions WordPress

Depuis3.1.0
Dépréciéen/a
do_action( 'after_theme_row', $stylesheet, $theme, $status )
Paramètres: (3)
  • (string) $stylesheet Directory name of the theme.
    Requis: Oui
  • (WP_Theme) $theme Current WP_Theme object.
    Requis: Oui
  • (string) $status Status of the theme.
    Requis: Oui
Défini(e) dans:
Codex:

Fires after each row in the Multisite themes list table.





Source

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