Exemplo n.º 1
0
function sgPopupDeactivate()
{
    PopupInstaller::uninstall();
    if (SG_POPUP_PRO) {
        PopupProInstaller::uninstall();
    }
}
function sgPopupDeactivate()
{
    delete_option('SG_POPUP_VERSION');
    PopupInstaller::uninstall();
    if (SG_POPUP_PRO) {
        PopupProInstaller::uninstall();
    }
}