Changeset 3197653
- Timestamp:
- 11/26/2024 07:20:09 PM (16 months ago)
- File:
-
- 1 edited
-
thron/trunk/admin/class-thron-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thron/trunk/admin/class-thron-admin.php
r3197646 r3197653 70 70 } 71 71 72 $this->clientId = $thron_options['thron_clientId'];72 $this->clientId = isset($thron_options['thron_clientId']) ? $thron_options['thron_clientId'] : ''; 73 73 74 74 $clientId = (isset($thron_options['thron_clientId'])) ? $thron_options['thron_clientId'] : ''; … … 244 244 $appKey = (isset($thron_options['thron_appKey'])) ? $thron_options['thron_appKey'] : '' ; 245 245 246 wp_enqueue_script( 'thron-js', 'https://' . $ thron_options['thron_clientId']. '-cdn.thron.com/shared/lib/common/sdk/0.5.2/thron.js', array(), $this->version, true );246 wp_enqueue_script( 'thron-js', 'https://' . $clientId . '-cdn.thron.com/shared/lib/common/sdk/0.5.2/thron.js', array(), $this->version, true ); 247 247 248 248
Note: See TracChangeset
for help on using the changeset viewer.