FileMaster
Search
Toggle Dark Mode
Home
/
.
/
kiara
/
wp-content
/
plugins
/
klaviyo
Edit File: uninstall.php
<?php /** * WooCommerceKlaviyo Uninstall * * Uninstalling WooCommerceKlaviyo deletes user roles, options, tables, and pages. * * @package WooCommerceKlaviyo/Uninstaller * @version 0.9.0 */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); }
Save
Back