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



wp_update_network_counts › WordPress Function

Da3.1.0
Deprecaton/a
wp_update_network_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

Updates the network-wide counts for the current network.



Sorgenti

function wp_update_network_counts( $network_id = null ) {
	wp_update_network_user_counts( $network_id );
	wp_update_network_site_counts( $network_id );
}