Advertisement
eventsmanager

Make CPT Recurring Event public

Jan 19th, 2018
927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. /*
  2.  * This snippet makes recurring events public
  3.  * eg. allow yoast metabox to appear when creating recurring event
  4.  */
  5. add_filter('em_cp_event_recurring_public','__return_true');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement