Changeset 3042716
- Timestamp:
- 02/28/2024 04:34:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contractor-commerce-integration/tags/1.0.2/contractor-commerce.php
r3042708 r3042716 150 150 151 151 add_action( 'wp_head', function () { 152 if ( get_option( 'concom_settings' ) && ! isset( get_option( 'concom_settings' )['concom_select_field_1']) ) {152 if ( get_option( 'concom_settings' ) && ! isset( get_option( 'concom_settings' )['concom_select_field_1'] ) ) { 153 153 return; 154 154 }
Note: See TracChangeset
for help on using the changeset viewer.