Skip to content

Instantly share code, notes, and snippets.

@diogenesjup
Created June 11, 2024 18:14
Show Gist options
  • Save diogenesjup/689bd031da01af7cb479af1b739808bc to your computer and use it in GitHub Desktop.
Save diogenesjup/689bd031da01af7cb479af1b739808bc to your computer and use it in GitHub Desktop.
Variavel padrão para AJAX e outras chamadas JavaScript da plataforma BETWP
<script>
const homeUrl = "<?php echo get_option('home'); ?>";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment