PRO version of %name% plugin for just %price%!
Get your
%disc% discount and save %amount% today
Buy Now';
$text = str_replace( '%name%', $dplugin_name, $text );
$text = str_replace( '%link%', $dplugin_link, $text );
$text = str_replace( '%disc%', $discount_text, $text );
$text = str_replace( '%amount%', $discount_amount, $text );
$text = str_replace( '%price%', $price_new, $text );
echo $text;
?>