install_themes_tabs

最后更新于:2021-11-27 01:34:31

apply_filters( ‘install_themes_tabs’, string[] $tabs )

Filters the tabs shown on the Add Themes screen.

参数

$tabs

(string[])
Associative array of the tabs shown on the Add Themes screen. Default is ‘upload’.

源文件

文件: gc-admin/theme-install.php

View on Trac