function sgPopupActivate()
{
    update_option('SG_POPUP_VERSION', SG_POPUP_VERSION);
    PopupInstaller::install();
    if (SG_POPUP_PRO) {
        PopupProInstaller::install();
    }
}