wpseek.com
WordPress开发者和主题制作者的搜索引擎



theme_action_links_{$stylesheet} › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context )
参数: (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
定义在:
文档:

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.





源码

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