Plugin Directory

Changeset 3089112


Ignore:
Timestamp:
05/20/2024 01:45:55 AM (23 months ago)
Author:
gcminos
Message:

Updated SettingsApi.php with latest changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ranking/trunk/includes/Api/SettingsApi.php

    r3088553 r3089112  
    1313    public $sections = array();
    1414    public $fields = array();
    15     public $prefix = 'gc_ranking_';
     15    public $prefix = 'validation_';
    1616    public function register()
    1717    {
     
    177177                'validation_token' => $validation_token
    178178            );
    179 
    180             // return;
    181    
     179           
    182180            $response = wp_remote_post($api_url, array(
    183181                'body'    => json_encode($api_data),
Note: See TracChangeset for help on using the changeset viewer.