Created
June 11, 2024 18:14
-
-
Save diogenesjup/689bd031da01af7cb479af1b739808bc to your computer and use it in GitHub Desktop.
Variavel padrão para AJAX e outras chamadas JavaScript da plataforma BETWP
This file contains hidden or 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> | |
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