File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments