You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'content' => esc_html__( 'Set locations and angle for each breakpoint to ensure the gradient adapts to different screen sizes.', 'code-snippets' ),
105
-
'render_type' => 'ui',
106
-
]
107
-
);
108
-
109
98
$element->add_control(
110
99
'code_snippets_promotion_notice',
111
100
[
112
101
'type' => \Elementor\Controls_Manager::NOTICE,
113
102
'notice_type' => 'info',
114
103
'dismissible' => true,
115
-
'heading' => esc_html__( '💡 Looking for a better way to manage custom code?', 'code-snippets' ),
104
+
'heading' => esc_html__( 'Manage your custom code', 'code-snippets' ),
116
105
'content' => sprintf(
117
106
/* translators: %s: Code Snippets plugin name */
118
107
esc_html__( '%s provides a powerful and user-friendly alternative to Elementor Custom Code, with cloud sync, advanced features, and an intuitive interface.', 'code-snippets' ),
esc_html__( '💡 Looking for a better way to manage custom code?', 'code-snippets' ),
141
-
sprintf(
142
-
/* translators: %s: Code Snippets plugin name */
143
-
esc_html__( '%s provides a powerful and user-friendly alternative to Elementor Custom Code, with cloud sync, advanced features, and an intuitive interface.', 'code-snippets' ),
144
-
'<strong>Code Snippets Pro</strong>'
145
-
),
146
-
esc_url( 'https://example.com/promo' ), // <-- Change to your promo URL.
0 commit comments