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



after_theme_row › WordPress动作钩子

Since3.1.0
已弃用n/a
do_action( 'after_theme_row', $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 row in the Multisite themes list table.





源码

do_action( 'after_theme_row', $stylesheet, $theme, $status );