eventsmanager

Turnoff ajax pagination

Sep 12th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. add_filter('em_events_output_args', function( $args ) {
  4. $args['ajax'] = 0;
  5. return $args;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment