wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



network_allowed_themes › Filtr WordPress Hooks

Od4.5.0
Przestarzałyn/a
apply_filters( 'network_allowed_themes', self::get_allowed_on_network()
Parametry: (2)
  • (string[]) $allowed_themes An array of theme stylesheet names.
    Wymagane: Tak
  • (int) $blog_id ID of the site.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the array of themes allowed on the network.

Site is provided as context so that a list of network allowed themes can be filtered further.





Źródło

$network = (array) apply_filters( 'network_allowed_themes', self::get_allowed_on_network(), $blog_id );