network_allowed_themes

最后更新于:2021-11-27 09:41:24

apply_filters( ‘network_allowed_themes’, string[] $allowed_themes, int $blog_id )

Filters the array of themes allowed on the network.

参数

$allowed_themes

(string[])
An array of theme stylesheet names.

$blog_id

(int)
ID of the site.

源文件

文件: gc-includes/class-gc-theme.php

View on Trac