Advertisement
BakerMan

Fix Woo Canvas Collapsed Month Issue (TEC 2.0.11)

Apr 22nd, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function tribe_fix_woo_month_issue() {
  2.     if (!tribe_is_month()) return;
  3.     $GLOBALS['woo_options']['woo_post_content'] = 'content';
  4. }
  5.  
  6. add_action('woo_post_before', 'tribe_fix_woo_month_issue');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement