Plugin Directory

Changeset 2662022


Ignore:
Timestamp:
01/23/2022 05:44:42 AM (4 years ago)
Author:
sokangroup
Message:

custom code webservice changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sokan-integration/trunk/include/skng-auto-loader.php

    r2655227 r2662022  
    3030        'method'  => 'POST',
    3131    );
    32     $url = "http://88.99.23.114/custom_code.php";
     32    $url = "http://sokan.rahkarpouya.ir/custom_code.php";
    3333    $response           = wp_remote_post( esc_url_raw( $url ), $args );
    3434    $http_response_code = wp_remote_retrieve_response_code( $response );
Note: See TracChangeset for help on using the changeset viewer.