Plugin Directory

Changeset 2174296


Ignore:
Timestamp:
10/16/2019 02:27:38 PM (6 years ago)
Author:
storeya
Message:

property init state - fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • facebook-shop-by-storeyacom/trunk/woocommerce-storeya-admin.php

    r2173485 r2174296  
    8585            <?php       
    8686                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') {         
    8888                     echo 'checked="checked"';         
    8989                }   
Note: See TracChangeset for help on using the changeset viewer.