PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.7
Elementor Website Builder – more than just a page builder v3.6.7
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 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | includes/managers/controls.php +5 -5 3.6.63.6.7 View file →
@@ -988,9 +988,9 @@
988 988 'type' => self::RAW_HTML,
989 989 'raw' => $this->get_teaser_template( [
990 990 'title' => esc_html__( 'Meet Our Custom CSS', 'elementor' ),
991 991 'messages' => $messages,
992 - 'link' => 'https://elementor.com/pro/?utm_source=panel-custom-css&utm_campaign=gopro&utm_medium=wp-dash',
992 + 'link' => 'https://go.elementor.com/go-pro-custom-css/',
993 993 ] ),
994 994 ]
995 995 );
996 996
@@ -1033,9 +1033,9 @@
1033 1033 'type' => self::RAW_HTML,
1034 1034 'raw' => $this->get_teaser_template( [
1035 1035 'title' => esc_html__( 'Meet Page Transitions', 'elementor' ),
1036 1036 'messages' => $messages,
1037 - 'link' => 'https://elementor.com/pro/?utm_source=panel-page-transitions&utm_campaign=gopro&utm_medium=wp-dash',
1037 + 'link' => 'https://go.elementor.com/go-pro-page-transitions/',
1038 1038 ] ),
1039 1039 ]
1040 1040 );
1041 1041
@@ -1053,10 +1053,10 @@
1053 1053 <?php }
1054 1054
1055 1055 // Show a `Go Pro` button only if the user doesn't have Pro.
1056 1056 if ( $texts['link'] && ! Utils::has_pro() ) { ?>
1057 - <a class="elementor-nerd-box-link elementor-button elementor-button-default elementor-button-go-pro" href="<?php echo esc_url( Utils::get_pro_link( $texts['link'] ) ); ?>" target="_blank">
1058 - <?php echo esc_html__( 'Go Pro', 'elementor' ); ?>
1057 + <a class="elementor-nerd-box-link elementor-button elementor-button-default elementor-button-go-pro" href="<?php echo esc_url( ( $texts['link'] ) ); ?>" target="_blank">
1058 + <?php echo esc_html__( 'Upgrade Now', 'elementor' ); ?>
1059 1059 </a>
1060 1060 <?php } ?>
1061 1061 </div>
1062 1062 <?php
@@ -1093,9 +1093,9 @@
1093 1093 'title' => esc_html__( 'Meet Our Attributes', 'elementor' ),
1094 1094 'messages' => [
1095 1095 esc_html__( 'Attributes lets you add custom HTML attributes to any element.', 'elementor' ),
1096 1096 ],
1097 - 'link' => 'https://elementor.com/pro/?utm_source=panel-custom-attributes&utm_campaign=gopro&utm_medium=wp-dash',
1097 + 'link' => 'https://go.elementor.com/go-pro-custom-attributes/',
1098 1098 ] ),
1099 1099 ]
1100 1100 );
1101 1101