File "uninstall.php"

Full Path: /home/jlklyejr/public_html/wp-content-20241030122153/plugins/wp-add-custom-css/uninstall.php
File size: 247 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// exit if accessed directly
if (!defined('WP_UNINSTALL_PLUGIN')) {
    die;
}

$option_name = 'wpacc_settings';
delete_option($option_name);
delete_site_option($option_name);
delete_post_meta_by_key('_single_add_custom_css');
?>