From 6c9698ba7fc633ac1f80c4cee8b644f77ac285a4 Mon Sep 17 00:00:00 2001 From: Hein van Vlastuin Date: Tue, 10 Feb 2026 12:35:59 +0200 Subject: [PATCH] Update promotions --- modules/admin-home/rest/promotions.php | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/modules/admin-home/rest/promotions.php b/modules/admin-home/rest/promotions.php index ed02bdf2..4da6130a 100644 --- a/modules/admin-home/rest/promotions.php +++ b/modules/admin-home/rest/promotions.php @@ -63,24 +63,7 @@ public function get_promotions() { ]; } - if ( ! defined( 'SEND_VERSION' ) ) { - $action_links_data[] = [ - 'type' => 'go-send', - 'image' => HELLO_THEME_IMAGES_URL . 'send-logo.gif', - 'backgroundColor' => '#EFEFFF', - 'url' => Utils::get_plugin_install_url( 'send-app' ), - 'alt' => __( 'Send', 'hello-elementor' ), - 'title' => '', - 'target' => '_self', - 'messages' => [ - __( 'Connect any website to automated Email & SMS workflows in a click with Send.', 'hello-elementor' ), - ], - 'button' => __( 'Install', 'hello-elementor' ), - 'buttonBgColor' => '#524CFF', - 'width' => 72, - 'height' => 'auto', - ]; - } elseif ( + if ( ! defined( 'ELEMENTOR_AI_VERSION' ) && Utils::is_elementor_installed() ) {