wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_is_large_user_count › WordPress Filter Hooks

Da6.0.0
Deprecaton/a
apply_filters( 'wp_is_large_user_count', $count > 10000, $count, $network_id )
Parametri: (3)
  • (bool) $is_large_user_count Whether the site has a large number of users.
    Richiesto:
  • (int) $count The total number of users.
    Richiesto:
  • (int|null) $network_id ID of the network. `null` represents the current network.
    Richiesto:
Definito a:
Codex:

Filters whether the site is considered large, based on its number of users.





Sorgenti

return apply_filters( 'wp_is_large_user_count', $count > 10000, $count, $network_id );