clean_network_cache

clean_network_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('clean_network_cache') 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' );
    }
    
    /**