eventsmanager

Add support to show_in_rest

Dec 29th, 2024
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function em_supports( $supports ){
  2. $supports['show_in_rest'] = true;
  3. return $supports;
  4. }
  5. add_filter('em_cpt_event','em_supports',100,1);
  6.  
Advertisement
Add Comment
Please, Sign In to add comment