is_lite() ) :
esc_html_e( 'Upgrade to Pro', 'stripe' );
else :
esc_html_e( 'Upgrade Now', 'stripe' );
endif;
?>
is_lite() ) :
echo wp_kses(
sprintf(
/* translators: %1$s Opening tag, do not translate. %2$s Closing tag, do not translate. %3$s Opening tag, do not translate. %4$s Closing tag, do not translate. %5$s Opening anchor tag, do not translate. %6$s Closing anchor tag, do not translate. */
__(
'%1$sBonus:%2$s WP Simple Pay Lite users get %3$s50%% off%4$s regular price, automatically applied at checkout. %5$sUpgrade to Pro →%6$s',
'stripe'
),
'',
'',
'',
'',
'',
''
),
array(
'u' => array(),
'strong' => array(),
'a' => array(
'href' => true,
'target' => true,
'rel' => true,
'class' => true,
),
)
);
else :
echo wp_kses(
sprintf(
/* translators: %1$s Opening tag, do not translate. %2$s Closing tag, do not translate. %3$s Opening tag, do not translate. %4$s Closing tag, do not translate. %5$s Opening anchor tag, do not translate. %6$s Closing anchor tag, do not translate. */
__(
'%1$sBonus:%2$s WP Simple Pay Pro users get %3$s50%% off%4$s upgrade pricing, automatically applied at checkout. %5$sSee upgrade options →%6$s',
'stripe'
),
'',
'',
'',
'',
'',
''
),
array(
'u' => array(),
'strong' => array(),
'a' => array(
'href' => true,
'target' => true,
'rel' => true,
'class' => true,
),
)
);
endif;
?>