Changeset 1596041
- Timestamp:
- 02/14/2017 10:03:49 PM (9 years ago)
- Location:
- drift/trunk
- Files:
-
- 3 edited
-
drift.php (modified) (1 diff)
-
includes/admin.php (modified) (2 diffs)
-
includes/embed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drift/trunk/drift.php
r1595973 r1596041 2 2 /* 3 3 * Plugin Name: Drift 4 * Version: 1.8. 14 * Version: 1.8.2 5 5 * Description: Adds 100% free live chat & targeted messages to your website. Designed for internet businesses like yours to increase sales, conversions and better support your customers. 6 6 * Author: Drift -
drift/trunk/includes/admin.php
r1595973 r1596041 11 11 if ( esc_attr( $options['drift_enabled'] ) == "on" ) { 12 12 $drift_activated = true; 13 wp_cache_flush();14 }15 16 // Check to see if Drift is enabled17 $drift_identify = false;18 if ( esc_attr( $options['drift_identify'] ) == "on" ) {19 $drift_identify = true;20 13 wp_cache_flush(); 21 14 } … … 56 49 </tr> 57 50 </table> 58 <label for="drift_identify">Drift Identify: </label>59 <input type="checkbox" name="Drift_settings[drift_identify]" <?php if($drift_identify) { echo " checked='checked'"; } ?> />60 51 <table class="form-table" cellspacing="2" cellpadding="5" width="100%"> 61 52 <tr> -
drift/trunk/includes/embed.php
r1595938 r1596041 60 60 echo"<!-- end: Drift Code. -->\n"; 61 61 62 // Optional 63 if ( esc_attr( $options['drift_identify'] ) == "on" ){ 64 get_drift_identify(); 65 } 62 // Optional Drift Identify call 63 get_drift_identify(); 66 64 67 65 }
Note: See TracChangeset
for help on using the changeset viewer.