Skip to content

Instantly share code, notes, and snippets.

@huuyafwww
Created November 24, 2017 05:46
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 huuyafwww/83c8e793ce480ea95ffcc2716d5d3fbb to your computer and use it in GitHub Desktop.
Save huuyafwww/83c8e793ce480ea95ffcc2716d5d3fbb to your computer and use it in GitHub Desktop.
$.ajax({
dataType: "text",
url: admin_ajax_url,
data: {
'action': 'text_ajax_test',
'text_test': text,
'secure': '<?php echo wp_create_nonce('text_test_ajax ') ?>'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment