wpseek.com
A WordPress-centric search engine for devs and theme authors



theme_action_links_{$stylesheet} › WordPress Filter Hooks

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





Source

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