Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Last active February 26, 2022 08:26
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 MrVibe/3c7f32b039ce6bec1a7e8deea59cec1f to your computer and use it in GitHub Desktop.
Save MrVibe/3c7f32b039ce6bec1a7e8deea59cec1f to your computer and use it in GitHub Desktop.
add_action('wp_footer',function(){
?>
<script>var ajaxurl = '<?php echo admin_url( 'admin-ajax.php' ); ?>'; </script>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment