Changeset 3217943
- Timestamp:
- 01/06/2025 07:05:16 PM (14 months ago)
- Location:
- clio-grow-form/trunk/includes
- Files:
-
- 2 edited
-
class-grow-form-settings.php (modified) (1 diff)
-
class-grow-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clio-grow-form/trunk/includes/class-grow-form-settings.php
r3173797 r3217943 126 126 'description' => __( 'Pick the region of your Grow account', 'grow-form' ), 127 127 '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' ), 129 129 'default' => 'us' 130 130 ), -
clio-grow-form/trunk/includes/class-grow-form.php
r3173797 r3217943 466 466 return 'https://eu.grow.clio.com/inbox_leads'; 467 467 } 468 elseif($region == 'us_spm') 469 { 470 return 'https://spm.grow.clio.com/inbox_leads'; 471 } 468 472 } 469 473
Note: See TracChangeset
for help on using the changeset viewer.