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



after_theme_row_{$stylesheet} › WordPress动作钩子

Since3.5.0
已弃用n/a
do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status )
参数: (3)
  • (string) $stylesheet Directory name of the theme.
    Required: Yes
  • (WP_Theme) $theme Current WP_Theme object.
    Required: Yes
  • (string) $status Status of the theme.
    Required: Yes
定义在:
文档:

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.





源码

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