在多站点主题列表表中的每个特定行之后触发。
原型
do_action( "after_theme_row_{$stylesheet}", string $stylesheet, WP_Theme $theme, string $status )
描述
钩子名称的动态部分$ stylesheet指的是主题的目录名称,通常与主题的模板名称同义。
参数
$stylesheet
(string)
主题的目录名称。
$theme
(WP_Theme)
当前的WP_Theme对象。
$status
(string)
主题的状态。
源文件
路径:wp-admin/includes/class-wp-ms-themes-list-table.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/after_theme_row_stylesheet/