Advertisement
BakerMan

Community Events 1.0.5 (dummy post object)

Apr 15th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function create_dummy_post_object() {
  2.     global $post;
  3.     if (is_null($post)) $post = new stdClass;
  4. }
  5.  
  6. add_action('tribe_ce_before_event_submission_page', 'create_dummy_post_object');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement