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



wp_update_network_user_counts › WordPress Function

Seit3.7.0
Veraltetn/v
wp_update_network_user_counts ( $network_id = null )
Parameter:
  • (int|null) $network_id ID of the network. Default is the current network.
    Erforderlich: Nein
    Standard: null
Definiert in:
Codex:
Changelog:
  • 4.8.0
  • 6.0.0

Updates the network-wide user count.



Quellcode

function wp_update_network_user_counts( $network_id = null ) {
	wp_update_user_counts( $network_id );
}