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

function dcchub_activate() { 
    //nothing
}

register_activation_hook( __FILE__, 'dcchub_activate' );

/**
 * Deactivation hook.
 */
function dcchub_deactivate() {
    //nothing
}

register_deactivation_hook( __FILE__, 'dcchub_deactivate' );
?>