wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



after_theme_row_{$stylesheet} › Działania WordPress Hooks

Od3.5.0
Przestarzałyn/a
do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status )
Parametry: (3)
  • (string) $stylesheet Directory name of the theme.
    Wymagane: Tak
  • (WP_Theme) $theme Current WP_Theme object.
    Wymagane: Tak
  • (string) $status Status of the theme.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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