Skip to content

Instantly share code, notes, and snippets.

@mikeyhoward1977
Last active November 17, 2020 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyhoward1977/e6246b322bc8bb91ffa4ccacd6e5b582 to your computer and use it in GitHub Desktop.
Save mikeyhoward1977/e6246b322bc8bb91ffa4ccacd6e5b582 to your computer and use it in GitHub Desktop.
<?php
$args = array (
'method' => 'POST',
'body' => array (
'epd_first_name' => 'Joe',
'epd_last_name' => 'Blogs',
'epd_email' => 'someone@email.com',
'demo_ref' => '310a345749514f0412adabwxfe6ee7f4',
'remote_phrase' => '91f6fd676fcc6ba2b537ac278ecc83da',
),
'headers' => array (
'phrase' => '17e0749dws98d0764646291545412481f',
)
);
$response = wp_remote_post(
'https://yourawesomesite.com/wp-json/epd/v1/epd_sites',
$args
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment