Advertisement
GochiSiyan

disable ajax

Jun 27th, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. add_action('wp_footer',function() {
  2. ?>
  3. <script>
  4. (function ($){
  5. $('.jeg_split_pagination .nav_link a').off('click');
  6. $('.jeg_splitpost_nav li a').off('click');
  7. $('.jeg_splitpost_bar .pagenav_wrap .page_nav').off('click');
  8. })(jQuery);
  9. </script>
  10. <?php
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement