Changeset 1946608
- Timestamp:
- 09/25/2018 08:25:30 AM (8 years ago)
- Location:
- storespot
- Files:
-
- 2 edited
-
tags/1.0.3/includes/class-storespot.php (modified) (1 diff)
-
trunk/includes/class-storespot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
storespot/tags/1.0.3/includes/class-storespot.php
r1946605 r1946608 76 76 private function fb_integration_installed($pixel_id) { 77 77 $fb_option = get_option('facebook_config'); 78 if ( $fb_option && array_key_exists( 'pixel_id' ) ) {78 if ( $fb_option && array_key_exists( 'pixel_id', $fb_option ) ) { 79 79 if ( $fb_option['pixel_id'] == $pixel_id) { 80 80 return true; -
storespot/trunk/includes/class-storespot.php
r1946605 r1946608 76 76 private function fb_integration_installed($pixel_id) { 77 77 $fb_option = get_option('facebook_config'); 78 if ( $fb_option && array_key_exists( 'pixel_id' ) ) {78 if ( $fb_option && array_key_exists( 'pixel_id', $fb_option ) ) { 79 79 if ( $fb_option['pixel_id'] == $pixel_id) { 80 80 return true;
Note: See TracChangeset
for help on using the changeset viewer.