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 all references

do_action( 'clean_network_cache', $id );


Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.