在多站点主题列表表格中的每一行之后触发。
原型
do_action( 'after_theme_row', string $stylesheet, WP_Theme $theme, string $status )
参数
$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/