clean_network_cache, $id
clean_network_cache, $id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_network_cache, $id') is found 1 times:
- /wp-includes/ms-network.php line 96
* @since 4.6.0 * * @param int $id Network ID. */ do_action( 'clean_network_cache', $id ); } wp_cache_set_last_changed( 'networks' ); } /**