wpseek.com
A WordPress-centric search engine for devs and theme authors



allowed_themes › WordPress Filter Hooks

SinceMU (3.0.0)
Deprecatedn/a
apply_filters( 'allowed_themes', $allowed_themes )
Parameters:
  • (string[]) $allowed_themes An array of theme stylesheet names.
    Required: Yes
Defined at:
Codex:

Filters the array of themes allowed on the network.





Source

$allowed_themes = apply_filters( 'allowed_themes', $allowed_themes );