1
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2025-08-17 19:41:10 +08:00

Internal: new send app link [TMZ-681] (#515)

This commit is contained in:
Nicola Peluchetti 2025-07-30 11:35:47 +02:00 committed by GitHub
parent 4281adfdee
commit c7ec171765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,9 +68,10 @@ class Promotions extends Rest_Base {
'type' => 'go-send',
'image' => HELLO_THEME_IMAGES_URL . 'send-logo.gif',
'backgroundColor' => '#EFEFFF',
'url' => 'https://go.elementor.com/Hello_send',
'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' ),
],