Skip to content

Commit

Permalink
Beta update
Browse files Browse the repository at this point in the history
  • Loading branch information
heinvv committed Nov 27, 2024
1 parent 78f3216 commit 336f9bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/promotions/promotion-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private function get_animated_headline_data( $assets_data ) {
esc_html__( 'Fully customize your headlines.', 'elementor' ),
],
'upgrade_text' => esc_html__( 'Upgrade Now', 'elementor' ),
'upgrade_url' => 'https://go.elementor.com/go-pro-heading-widget/',
'upgrade_url' => 'https://go.elementor.com/go-pro-heading-widget-control/',
];

return $this->filter_data( Utils::ANIMATED_HEADLINE, $data );
Expand All @@ -63,7 +63,7 @@ private function get_video_playlist_data( $assets_data ) {
esc_html__( 'Seamlessly customize video appearance.', 'elementor' ),
],
'upgrade_text' => esc_html__( 'Upgrade Now', 'elementor' ),
'upgrade_url' => 'https://go.elementor.com/go-pro-video-widget/',
'upgrade_url' => 'https://go.elementor.com/go-pro-video-widget-control/',
];

return $this->filter_data( Utils::VIDEO_PLAYLIST, $data );
Expand All @@ -80,7 +80,7 @@ private function get_cta_button_data( $assets_data ) {
esc_html__( 'Create unique, interactive designs.', 'elementor' ),
],
'upgrade_text' => esc_html__( 'Upgrade Now', 'elementor' ),
'upgrade_url' => 'https://go.elementor.com/go-pro-button-widget/',
'upgrade_url' => 'https://go.elementor.com/go-pro-button-widget-control/',
];

return $this->filter_data( Utils::CTA, $data );
Expand All @@ -97,7 +97,7 @@ private function get_image_carousel_data( $assets_data ) {
esc_html__( 'Showcase multiple items with style.', 'elementor' ),
],
'upgrade_text' => esc_html__( 'Upgrade Now', 'elementor' ),
'upgrade_url' => 'https://go.elementor.com/go-pro-image-carousel-widget/',
'upgrade_url' => 'https://go.elementor.com/go-pro-image-carousel-widget-control/',
];

return $this->filter_data( Utils::IMAGE_CAROUSEL, $data );
Expand All @@ -114,7 +114,7 @@ private function get_testimonial_widget_data( $assets_data ) {
esc_html__( 'Customize layouts for visual appeal.', 'elementor' ),
],
'upgrade_text' => esc_html__( 'Upgrade Now', 'elementor' ),
'upgrade_url' => 'https://go.elementor.com/go-pro-testimonial-widget/',
'upgrade_url' => 'https://go.elementor.com/go-pro-testimonial-widget-control/',
];

return $this->filter_data( Utils::TESTIMONIAL_WIDGET, $data );
Expand Down

0 comments on commit 336f9bb

Please sign in to comment.