Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function delete_post_type(){
  2. unregister_post_type( 'testimonials' );
  3. unregister_post_type( 'portfolio_page' );
  4. unregister_post_type( 'masonry_gallery' );
  5. }
  6. add_action('init','delete_post_type');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement