do_action( 'clean_network_cache', int $id )
Fires immediately after a network has been removed from the object cache.
Parameters
-
$id
int -
Network ID.
Source
File: wp-includes/ms-network.php
.
View all references
do_action( 'clean_network_cache', $id );
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |