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.


Top ↑

Source

File: wp-includes/ms-network.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.