clean_network_cache, $id

clean_network_cache, $id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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' );
    }
    
    /**