PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | modules/promotions/conversion-banner.php +8 -8 4.3.0-beta3 → 4.3.1 View file →
@@ -215,13 +215,13 @@
215 215 return $this->get_birthday_banner_config();
216 216 }
217 217
218 218 return [
219 - 'title' => esc_html__( 'Build more with Elementor Pro', 'elementor' ),
220 - 'text' => esc_html__( 'Add the theme builder, popup builder, and 85+ advanced widgets to your Elementor Editor.', 'elementor' ),
219 + 'title' => __( 'Elevate your site with Elementor Pro', 'elementor' ),
220 + 'text' => __( 'Access Elementor\'s Theme Builder, Dynamic Content, WooCommerce Builder, Popup Builder, 85+ Pro widgets and more when you upgrade to Pro', 'elementor' ),
221 221 'buttons' => [
222 222 [
223 - 'text' => esc_html__( 'Upgrade now', 'elementor' ),
223 + 'text' => __( 'Upgrade now', 'elementor' ),
224 224 'link' => self::UPGRADE_URL,
225 225 'target' => '_blank',
226 226 ],
227 227 ],
@@ -226,9 +226,9 @@
226 226 ],
227 227 ],
228 228 'image' => [
229 229 'src' => '',
230 - 'alt' => esc_html__( 'Upgrade to Elementor Pro', 'elementor' ),
230 + 'alt' => __( 'Upgrade to Elementor Pro', 'elementor' ),
231 231 ],
232 232 ];
233 233 }
234 234
@@ -233,13 +233,13 @@
233 233 }
234 234
235 235 private function get_birthday_banner_config(): array {
236 236 return [
237 - 'title' => esc_html__( 'Celebrate 10 years of Elementor', 'elementor' ),
238 - 'text' => esc_html__( 'Upgrade your workflow with more capabilities for less. Offer ends June 17.', 'elementor' ),
237 + 'title' => __( 'Celebrate 10 years of Elementor', 'elementor' ),
238 + 'text' => __( 'Upgrade your workflow with more capabilities for less. Offer ends June 17.', 'elementor' ),
239 239 'buttons' => [
240 240 [
241 - 'text' => esc_html__( 'Get Discounts', 'elementor' ),
241 + 'text' => __( 'Get Discounts', 'elementor' ),
242 242 'link' => self::BIRTHDAY_PROMOTION_URL,
243 243 'target' => '_blank',
244 244 ],
245 245 ],
@@ -244,9 +244,9 @@
244 244 ],
245 245 ],
246 246 'image' => [
247 247 'src' => ELEMENTOR_ASSETS_URL . 'images/decade-birthday.png',
248 - 'alt' => esc_html__( 'Celebrate 10 years of Elementor', 'elementor' ),
248 + 'alt' => __( 'Celebrate 10 years of Elementor', 'elementor' ),
249 249 ],
250 250 ];
251 251 }
252 252