Skip to content

Instantly share code, notes, and snippets.

@eguicciardi
Created March 25, 2014 13:33
Show Gist options
  • Save eguicciardi/9761834 to your computer and use it in GitHub Desktop.
Save eguicciardi/9761834 to your computer and use it in GitHub Desktop.
Wordpress AjaxURL
<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