$istags = maybe_serialize($istagspp_remove_rem);
     $this->SaveOption('istagspp_remove_rem', $istags);
     echo "<div class='updated fade'>" . __('<p>Pay Per Post tag settings updated.</p>', 'wishlist-member') . "</div>";
 }
 $isthankyou_url = $wpm_scregister . $isthankyou;
 $isapikey = $this->GetOption('isapikey');
 $ismachine = $this->GetOption('ismachine');
 $isTagsCategory = array();
 $isTags = array();
 if (class_exists('WLM_INTEGRATION_INFUSIONSOFT_INIT')) {
     if ($isapikey && $ismachine) {
         $WLM_INTEGRATION_INFUSIONSOFT_INIT = new WLM_INTEGRATION_INFUSIONSOFT_INIT();
         $isTagsCategory = $WLM_INTEGRATION_INFUSIONSOFT_INIT->getTagsCategory($this, $ismachine, $isapikey);
         $isTagsCategory[0] = "- No Category -";
         asort($isTagsCategory);
         $isTags = $WLM_INTEGRATION_INFUSIONSOFT_INIT->getTags($this, $ismachine, $isapikey);
     }
 }
 $tag_placeholder = count($isTags) > 0 ? "Select tags..." : "No tags available";
 $istags_add_app = $this->GetOption('istags_add_app');
 if ($istags_add_app) {
     $istags_add_app = maybe_unserialize($istags_add_app);
 } else {
     $istags_add_app = array();
 }
 $istags_add_rem = $this->GetOption('istags_add_rem');
 if ($istags_add_rem) {
     $istags_add_rem = maybe_unserialize($istags_add_rem);
 } else {
     $istags_add_rem = array();
 }