Current File : /pages/54/47/d0016649/home/htdocs/ob_maxi/wp-content/plugins/cookiehub/includes/ch-install.php
<?php

function dcchub_uninstall(){
    //remove settings
    $option_name = 'dcchub_option_name';    
    delete_option($option_name);
}

register_uninstall_hook(__FILE__, 'dcchub_uninstall');

?>