wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



after_theme_row_{$stylesheet} › WordPress Action Hooks

Seit3.5.0
Veraltetn/v
do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status )
Parameter: (3)
  • (string) $stylesheet Directory name of the theme.
    Erforderlich: Ja
  • (WP_Theme) $theme Current WP_Theme object.
    Erforderlich: Ja
  • (string) $status Status of the theme.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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