过滤“安装主题”列表中主题的安装操作链接。
原型
apply_filters( 'theme_install_actions', array $actions, WP_Theme $theme )
参数
$actions
(array)
一系列主题动作超链接。默认值是“立即安装”,“预览”和“详细信息”的链接。
$theme
(WP_Theme)
主题对象。
源文件
路径:wp-admin/includes/class-wp-theme-install-list-table.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/theme_install_actions/