Advertisement
BakerMan

Untitled

Jan 23rd, 2014
156
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', 'kill_tribe_save_organizer_hook' );
  2.  
  3. function kill_tribe_save_organizer_hook() {
  4.     remove_action( 'save_post', array( TribeEvents::instance(), 'save_organizer_data' ), 16, 2 );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement