Plugin Directory

Changeset 3042716


Ignore:
Timestamp:
02/28/2024 04:34:38 PM (2 years ago)
Author:
contractorcommerce
Message:

Update space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contractor-commerce-integration/tags/1.0.2/contractor-commerce.php

    r3042708 r3042716  
    150150
    151151add_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'] ) ) {
    153153        return;
    154154    }
Note: See TracChangeset for help on using the changeset viewer.