wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_is_large_network › Les Filtres WordPress

Depuis4.8.0
Dépréciéen/a
apply_filters( 'wp_is_large_network', $is_large_network, 'users', $count, $network_id )
Paramètres: (4)
  • (bool) $is_large_network Whether the network has more than 10000 users or sites.
    Requis: Oui
  • (string) $component The component to count. Accepts 'users', or 'sites'.
    Requis: Oui
  • (int) $count The count of items for the component.
    Requis: Oui
  • (int) $network_id The ID of the network being checked.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether the network is considered large.





Source

return apply_filters( 'wp_is_large_network', $is_large_network, 'users', $count, $network_id );