过滤批量主题更新后可用的操作链接列表。
原型
apply_filters( 'update_bulk_theme_complete_actions', array $update_actions, array $theme_info )
参数
$update_actions
(array)
一系列主题动作链接。
$theme_info
(array)
最新更新主题的信息数组。
源文件
路径:wp-admin/includes/class-bulk-theme-upgrader-skin.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/update_bulk_theme_complete_actions/