=$campaignStart && $now<=$campaignEnd){ //campaign active $controller = CampaignController::instance(); $controller->setCampaign($campaignID,$campaignName,$campaignPhone,$campaignFive9CallbackCampaign); }else{ //campaign expired or not yet started } function append_query_string($url) { return add_query_arg($_GET, $url); } add_filter('the_permalink', 'append_query_string'); $permalink = append_query_string($url); $url = (empty($campaignLink)) ? get_home_url() : $campaignLink; $myurl = get_option('siteurl');