Changeset 1595973
- Timestamp:
- 02/14/2017 08:21:16 PM (9 years ago)
- Location:
- drift/trunk
- Files:
-
- 2 edited
-
drift.php (modified) (1 diff)
-
includes/admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
drift/trunk/drift.php
r1595938 r1595973 2 2 /* 3 3 * Plugin Name: Drift 4 * Version: 1.8 4 * Version: 1.8.1 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
r1595938 r1595973 6 6 // Get options 7 7 $options = get_option('Drift_settings'); 8 var_dump( esc_attr( $options['drift_identify'] ) );9 8 10 9 // Check to see if Drift is enabled … … 57 56 </tr> 58 57 </table> 59 <label for="drift_identify">Drift Identify: </label>58 <label for="drift_identify">Drift Identify: </label> 60 59 <input type="checkbox" name="Drift_settings[drift_identify]" <?php if($drift_identify) { echo " checked='checked'"; } ?> /> 61 60 <table class="form-table" cellspacing="2" cellpadding="5" width="100%">
Note: See TracChangeset
for help on using the changeset viewer.