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)
  • () stylesheet Directory name of the theme.
    Erforderlich: Ja
  • () theme Current WP_Theme object.
    Erforderlich: Ja
  • () 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 );