wp_update_network_counts() WP 3.1.0
Update the network-wide counts for the current network.
Хуков нет.
Возвращает
Null. Ничего.
Использование
wp_update_network_counts( $network_id );
- $network_id(число/null)
- ID of the network.
По умолчанию: current network
Список изменений
С версии 3.1.0 | Введена. |
С версии 4.8.0 | The $network_id parameter has been added. |