1. 首页
  2. WordPress钩子手册

after_theme_row_{$stylesheet}

do_action( “after_theme_row_{$stylesheet}”, string $stylesheet, WP_Theme $theme, string $status )

动作钩子::在多站点主题列表中的每个特定行之后激发。
Action Hook: Fires after each specific row in the Multisite themes list table.

目录锚点:#说明#参数#源码


说明(Description)

钩子名的动态部分,$stylesheet,是指主题的目录名,通常与主题的模板名同义。


参数(Parameters)

参数 类型 说明
$stylesheet (string) 主题的目录名。
$theme (WP_Theme) 当前WP_主题对象。
$status (string) 主题的状态。

源码(Source)


更新版本 源码位置 使用 被使用
3.5.0 wp-admin/includes/class-wp-ms-themes-list-table.php:795 1 0

after_theme_row_{$stylesheet} 为WP2原创文章,链接:https://www.wp2.cn/hook/after_theme_row_stylesheet/