• What is the reason to collect each request on your end ?

    wp_remote_post( 'https://clients.indiasan.com/e/icr.php', array(
                         'body' => array( 'title' => $title, 'url' => $url, 's_email' => $s_email, 'name' => $name, 'u_email' => $u_email, 'iswpn' => $iswpn, 'local' => $local )
    	                )
  • The topic ‘Remote call’ is closed to new replies.