BakerMan

Use custom venue meta box - Community Events 1.0.5

May 7th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. function custom_venue_metabox($template) {
  2.     if (tribe_is_community_edit_event_page()) return locate_template('events/community/venue-meta-box.php');
  3.     else return $template;
  4. }
  5.  
  6. add_filter('tribe_events_venue_meta_box_template', 'custom_venue_metabox');
Advertisement
Add Comment
Please, Sign In to add comment