Ejemplo n.º 1
0
        //                       $text = '$10 off coupon for upcoming Coming Soon Page Pro';
        //                       break;
        //
        //                   case 1:
        //                       $text = 'Get a $10 off coupon for the upcoming Coming Soon Page Pro';
        //                       break;
        //               }
        //           }
        //
        //           if($text != '') {
        //                $text = "<a target='_blank' style='margin-top:17px; display:block; text-align:center' href='http://easypiewp.com/get-coming-soon-page-pro-coupon/'>$text</p>";
        //           }
        //
        //           return $text;
        //        }
        public static function append_query_value($url, $key, $value)
        {
            $separator = parse_url($url, PHP_URL_QUERY) == NULL ? '?' : '&';
            $modified_url = $url . "{$separator}{$key}={$value}";
            return $modified_url;
        }
        public static function echo_footer_links()
        {
            $faq_text = __('FAQ');
            $contact_text = __('Contact');
            echo "<a href='http://easypiewp.com/easy-pie-coming-soon-faq' target='_blank'>{$faq_text}</a> | ";
            echo "<a href='http://easypiewp.com/about/' target='_blank'>{$contact_text}</a>";
        }
    }
    EZP_CS_Utility::init();
}