Created
March 25, 2014 13:33
-
-
Save eguicciardi/9761834 to your computer and use it in GitHub Desktop.
Wordpress AjaxURL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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