clean_network_cache WordPress Action Hook
The clean_network_cache hook is called when a user cleans their cache. This hook is useful for ensuring that your site's cache is always up-to-date.
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
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |