Advertisement
BakerMan

Add comment support to venues TEC 3

Aug 5th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. add_action('init', 'add_tribe_venue_comments', 20);
  2.  
  3. function add_tribe_venue_comments() {
  4.     if ( ! class_exists('TribeEvents')) return;
  5.     add_post_type_support(TribeEvents::VENUE_POST_TYPE, 'comments');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement