wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



theme_action_links_{$stylesheet} › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context )
Parametri: (3)
  • (string[]) $actions An array of action links.
    Richiesto:
  • (WP_Theme) $theme The current WP_Theme object.
    Richiesto:
  • (string) $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
    Richiesto:
Definito a:
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.





Sorgenti

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