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



wp_update_network_user_counts › WordPress Function

Da3.7.0
Deprecaton/a
wp_update_network_user_counts ( $network_id = null )
Parametri:
  • (int|null) $network_id ID of the network. Default is the current network.
    Richiesto: No
    Default: null
Definito a:
Codex:
ChangeLog:
  • 4.8.0
  • 6.0.0

Updates the network-wide user count.



Sorgenti

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