Advertisement
eventsmanager

Custom em_calendar_get_args filter

Feb 4th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. function em_calendar_args( $args ){
  4. $args['category'] = "61,112,135,132";
  5. return $args;
  6. }
  7. add_filter( 'em_calendar_get_args', 'em_calendar_args', 100, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement