Changeset 3089112
- Timestamp:
- 05/20/2024 01:45:55 AM (23 months ago)
- File:
-
- 1 edited
-
ranking/trunk/includes/Api/SettingsApi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ranking/trunk/includes/Api/SettingsApi.php
r3088553 r3089112 13 13 public $sections = array(); 14 14 public $fields = array(); 15 public $prefix = ' gc_ranking_';15 public $prefix = 'validation_'; 16 16 public function register() 17 17 { … … 177 177 'validation_token' => $validation_token 178 178 ); 179 180 // return; 181 179 182 180 $response = wp_remote_post($api_url, array( 183 181 'body' => json_encode($api_data),
Note: See TracChangeset
for help on using the changeset viewer.