after_theme_row
do_action( ‘after_theme_row’, string $stylesheet , WP_Theme $theme , string $status )
动作钩子::在多站点主题列表中的每一行之后触发。
Action Hook: Fires after each row in the Multisite themes list table.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$stylesheet | (string) | 主题的目录名。 |
$theme | (WP_Theme) | 当前WP_主题对象。 |
$status | (string) | 主题的状态。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-admin/includes/class-wp-ms-themes-list-table.php:780 | 1 | 0 |
after_theme_row 为WP2原创文章,链接:https://www.wp2.cn/hook/after_theme_row/