Advertisement
GochiSiyan

wpml ajax url

Sep 29th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_action('wp_head', function () {
  2. ?>
  3. <script type="text/javascript">
  4. var jnews_ajax_url = '<?php echo esc_url( JNews\FrontendAjax::getInstance()->ajax_url(), null, null ); ?>'
  5. </script>
  6. <?php
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement