Plugin Directory

Changeset 3217943


Ignore:
Timestamp:
01/06/2025 07:05:16 PM (14 months ago)
Author:
cliogrow
Message:

updating plugin with revision: 5540532e7e00892d55235fca707bae44886e26f0

Location:
clio-grow-form/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clio-grow-form/trunk/includes/class-grow-form-settings.php

    r3173797 r3217943  
    126126                    'description'   => __( 'Pick the region of your Grow account', 'grow-form' ),
    127127                    'type'          => 'select',
    128                     'options'       => array( 'us' => 'US', 'au' => 'AU', 'ca' => 'CA', 'eu' => 'EU' ),
     128                    'options'       => array( 'us' => 'US', 'au' => 'AU', 'ca' => 'CA', 'eu' => 'EU', 'us_spm' => 'US Supermax' ),
    129129                    'default'       => 'us'
    130130                ),
  • clio-grow-form/trunk/includes/class-grow-form.php

    r3173797 r3217943  
    466466          return 'https://eu.grow.clio.com/inbox_leads';
    467467      }
     468      elseif($region == 'us_spm')
     469      {
     470          return 'https://spm.grow.clio.com/inbox_leads';
     471      }
    468472    }
    469473
Note: See TracChangeset for help on using the changeset viewer.