wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



site_allowed_themes › WordPress Filter Hooks

Seit4.5.0
Veraltetn/v
apply_filters( 'site_allowed_themes', $allowed_themes[ $blog_id ], $blog_id )
Parameter: (2)
  • (string[]) $allowed_themes An array of theme stylesheet names.
    Erforderlich: Ja
  • (int) $blog_id ID of the site. Defaults to current site.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of themes allowed on the site.





Quellcode

return (array) apply_filters( 'site_allowed_themes', $allowed_themes[ $blog_id ], $blog_id );