On this page
do_action( 'clean_network_cache', int $id )
Fires immediately after a network has been removed from the object cache.
Parameters
$idint-
Network ID.
Source
File: wp-includes/ms-network.php. View all references
do_action( 'clean_network_cache', $id );
Related
Used By
| Used By | Description |
|---|---|
| clean_network_cache() wp-includes/ms-network.php | Removes a network from the object cache. |
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/clean_network_cache