Skip to content

Instantly share code, notes, and snippets.

@zorca
Created March 20, 2020 08:55
Show Gist options
  • Save zorca/ede50015359a976517af9965bdd9b74e to your computer and use it in GitHub Desktop.
Save zorca/ede50015359a976517af9965bdd9b74e to your computer and use it in GitHub Desktop.
window.onload = function () {
document.getElementById('rest-api-test').onclick = function() {
axios({
method: 'post',
url: '/wp-json/forms/v1/send/1',
headers: {
'Content-Type': 'application/json',
'X-WP-Nonce': window.themeVars._wpnonce
},
});
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment