/home/bonphmya/topmotoculture.store/wp-content/plugins/advanced-woo-labels/uninstall.php
<?php
/**
 * Uninstall plugin
 * Deletes all the plugin data
 */

// Exit if accessed directly.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;

delete_option( 'awl_settings' );
delete_option( 'awl_plugin_ver' );