Skip to content

Instantly share code, notes, and snippets.

@khoand0000
Created July 15, 2015 18:31
Show Gist options
  • Save khoand0000/eea84a0d754a3a0bcba8 to your computer and use it in GitHub Desktop.
Save khoand0000/eea84a0d754a3a0bcba8 to your computer and use it in GitHub Desktop.
get link to process wordpress ajax in frontend
<script type="text/javascript">
var ajaxurl = "<?php echo admin_url('admin-ajax.php'); ?>";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment