Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /**
  2. *
  3. * Filter necessary to add support for a new custom post type
  4. *
  5. */
  6. add_filter('flo_custom_posts_scree_post_types', 'flo_cannes_custom_posts_scree_post_types');
  7. function flo_cannes_custom_posts_scree_post_types() {
  8. return array('book');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement