Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created October 10, 2015 15:05
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 Dinamiko/09c079ff2b1963c423a0 to your computer and use it in GitHub Desktop.
Save Dinamiko/09c079ff2b1963c423a0 to your computer and use it in GitHub Desktop.
/**
* creamos la variable ajaxurl y la imprimimos en el head
*/
function encuesta_crea_ajaxurl() { ?>
<script type="text/javascript">
var ajaxurl = "<?php echo admin_url('admin-ajax.php'); ?>";
</script>
<?php }
add_action('wp_head','encuesta_crea_ajaxurl');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment