Skip to content

Commit 22947ce

Browse files
Update promotions (#617) (#618)
Co-authored-by: Hein van Vlastuin <94352322+hein-obox@users.noreply.github.com>
1 parent a4ce4b6 commit 22947ce

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

modules/admin-home/rest/promotions.php

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,7 @@ public function get_promotions() {
6363
];
6464
}
6565

66-
if ( ! defined( 'SEND_VERSION' ) ) {
67-
$action_links_data[] = [
68-
'type' => 'go-send',
69-
'image' => HELLO_THEME_IMAGES_URL . 'send-logo.gif',
70-
'backgroundColor' => '#EFEFFF',
71-
'url' => Utils::get_plugin_install_url( 'send-app' ),
72-
'alt' => __( 'Send', 'hello-elementor' ),
73-
'title' => '',
74-
'target' => '_self',
75-
'messages' => [
76-
__( 'Connect any website to automated Email & SMS workflows in a click with Send.', 'hello-elementor' ),
77-
],
78-
'button' => __( 'Install', 'hello-elementor' ),
79-
'buttonBgColor' => '#524CFF',
80-
'width' => 72,
81-
'height' => 'auto',
82-
];
83-
} elseif (
66+
if (
8467
! defined( 'ELEMENTOR_AI_VERSION' ) &&
8568
Utils::is_elementor_installed()
8669
) {

0 commit comments

Comments
 (0)