Advertisement
Guest User

Untitled

a guest
Jul 11th, 2011
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?
  2.  
  3.  
  4. add_action('init','remove_thumbnail_support');
  5. function remove_thumbnail_support(){
  6. remove_post_type_support('POST_TYPE','thumbnail');
  7. }
  8.  
  9.  
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement