function tm_verify_recaptcha($token) { $secret = trim('6LdVlRQtAAAAAHjLaQWdYCau9ORtSbpoAZFju-mO'); $response = wp_remote_post( 'https://www.google.com/recaptcha/api/siteverify', [ 'body' => [ 'secret' => $secret, 'response' => $token ] ] ); $result = json_decode(wp_remote_retrieve_body($response), true); echo '
';
    print_r($result);
    echo '
'; exit; } Comments on: Asian Cup https://www.teammelli.com The home of National Football Team of Iran Wed, 11 Sep 2013 21:52:42 +0000 hourly 1 https://wordpress.org/?v=7.0