Skip to content

Instantly share code, notes, and snippets.

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