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



theme_action_links_{$stylesheet} › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context )
Parametry: (3)
  • (string[]) $actions An array of action links.
    Wymagane: Tak
  • (WP_Theme) $theme The current WP_Theme object.
    Wymagane: Tak
  • (string) $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the action links of a specific theme in the Multisite themes list table.

The dynamic portion of the hook name, $stylesheet, refers to the directory name of the theme, which in most cases is synonymous with the template name.





Źródło

$actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context );