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



after_theme_row_{$stylesheet} › Les Actions WordPress

Depuis3.5.0
Dépréciéen/a
do_action( "after_theme_row_{$stylesheet}", $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 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.





Source

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