Changeset 2174296
- Timestamp:
- 10/16/2019 02:27:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
facebook-shop-by-storeyacom/trunk/woocommerce-storeya-admin.php
r2173485 r2174296 85 85 <?php 86 86 echo ' <input type="checkbox" class="woocommerce_storeya_field_selector" name="woocommerce_storeya_disable_feed" '; 87 if ( isset ( $this->settings ) ) {87 if ( isset ( $this->settings ) && $this->settings == 'on') { 88 88 echo 'checked="checked"'; 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.