plugin updates
This commit is contained in:
@@ -60,7 +60,7 @@ class Sidebar_Presenter extends Abstract_Presenter {
|
||||
</h2>
|
||||
<p>
|
||||
<?php
|
||||
echo \esc_html__( 'Get AI to write SEO titles and meta descriptions faster. Reach a wider audience with multiple keywords. Get automatic internal linking suggestions. And much, much more!', 'wordpress-seo' );
|
||||
echo \esc_html__( 'Use AI to generate titles and meta descriptions, automatically redirect deleted pages, get 24/7 support, and much, much more!', 'wordpress-seo' );
|
||||
?>
|
||||
</p>
|
||||
<?php if ( \YoastSEO()->classes->get( Promotion_Manager::class )->is( 'black-friday-2023-promotion' ) ) : ?>
|
||||
@@ -81,12 +81,22 @@ class Sidebar_Presenter extends Abstract_Presenter {
|
||||
}
|
||||
else {
|
||||
/* translators: %s expands to Yoast SEO Premium */
|
||||
\printf( \esc_html__( 'Get %s', 'wordpress-seo' ), 'Yoast SEO Premium' );
|
||||
\printf( \esc_html__( 'Get %1$s', 'wordpress-seo' ), 'Yoast SEO Premium' );
|
||||
}
|
||||
?>
|
||||
<span aria-hidden="true" class="yoast-button-upsell__caret"></span>
|
||||
</a>
|
||||
</p>
|
||||
<p class="yoast-price-micro-copy">
|
||||
<?php
|
||||
echo \esc_html__( 'Only $/€/£99 per year (ex VAT)', 'wordpress-seo' );
|
||||
?>
|
||||
<br />
|
||||
<?php
|
||||
echo \esc_html__( '30-day money back guarantee.', 'wordpress-seo' );
|
||||
?>
|
||||
</p>
|
||||
<hr class="yoast-upsell-hr" aria-hidden="true">
|
||||
<div class="review-container">
|
||||
<a href="https://www.g2.com/products/yoast-yoast/reviews" target="_blank" rel="noopener">
|
||||
<span class="claim">
|
||||
|
||||
Reference in New Issue
Block a user