Advertisement
Guest User

Untitled

a guest
May 27th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //* custom post types for Tribe Events and JetPack Social Sharing
  2. add_action('init', 'tribe_events_jetpack_sharing_init');
  3. function tribe_events_jetpack_sharing_init() {
  4. add_post_type_support('tribe_events', 'publicize');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement