过滤每个“安装主题”屏幕选项卡的API请求参数。
原型
apply_filters( "install_themes_table_api_args_{$tab}", array $args )
描述
钩子名称的动态部分$ tab指的是主题安装选项卡。默认标签为“信息中心”,“搜索”,“上传”,“精选”,“新”和“已更新”。
参数
$args
(array)
一系列主题API参数。
源文件
路径:wp-admin/includes/class-wp-theme-install-list-table.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/install_themes_table_api_args_tab/