Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_venue_metabox($template) {
- if (tribe_is_community_edit_event_page()) return locate_template('events/community/venue-meta-box.php');
- else return $template;
- }
- add_filter('tribe_events_venue_meta_box_template', 'custom_venue_metabox');
Advertisement
Add Comment
Please, Sign In to add comment