Changeset 2745809
- Timestamp:
- 06/21/2022 11:09:56 AM (4 years ago)
- Location:
- vine-ma/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
vine_ma_plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vine-ma/trunk/readme.txt
r2742275 r2745809 21 21 22 22 == Changelog == 23 24 = 1.1.5 = 25 * Fixed compatibility issue with DIVI editor 23 26 24 27 = 1.1.4 = -
vine-ma/trunk/vine_ma_plugin.php
r2742250 r2745809 3 3 /** 4 4 * Plugin Name: Vine MA - Email Marketing, Forms, Interactive Bot Forms, Chatbot, Analytics 5 * Version: 1.1. 45 * Version: 1.1.5 6 6 * Description: Vine is a Marketing automation tool to generate more leads from your web site. Vine includes web forms, interactive bot forms, landing pages, AI chatbot, visitor tracking, and other functionality to help you to make your site more interesting and to know better what your visitors do there. 7 7 * Author: Vine Oy … … 88 88 //add 'Vine' script to WP pages by using organization id settings 89 89 function vine_ma_wpes_hook_add_script() { 90 if ( is_user_logged_in() && isset($_GET['et_fb']) && isset($_GET['PageSpeed'])) return; 90 91 $orgid = vine_ma_get_option('organization_id'); 91 92 $src = VINEHOST."/track/t.js?sg={$orgid}"; … … 97 98 } 98 99 function vine_track_scripts_attributes( $tag, $handle ) { 100 if ( is_user_logged_in() && isset($_GET['et_fb']) && isset($_GET['PageSpeed'])) return $tag; 99 101 if ( wp_scripts()->get_data( $handle, 'main-track-script' ) ) { 100 102 $tag = str_replace( '></', ' data-cookieconsent="ignore"></', $tag );
Note: See TracChangeset
for help on using the changeset viewer.