File "uninstall.php"

Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/kadence-blocks/uninstall.php
File size: 307 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Handles uninstalling the telemetry library.
 */

use KadenceWP\KadenceBlocks\StellarWP\Telemetry\Uninstall;

require_once plugin_dir_path( __FILE__ ) . 'vendor/vendor-prefixed/autoload.php';
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';

Uninstall::run( 'kadence-blocks' );