all_themes

最后更新于:2021-11-25 20:27:12

apply_filters( ‘all_themes’, GC_Theme[] $all )

Filters the full array of GC_Theme objects to list in the Multisite themes list table.

参数

$all

(GC_Theme[])
Array of GC_Theme objects to display in the list table.

源文件

文件: gc-admin/includes/class-gc-ms-themes-list-table.php

View on Trac