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



after_theme_row › WordPress Action Hooks

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





Quellcode

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