Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /**
  2. * separate media categories from post categories
  3. * use a custom category called 'category_media' for the categories in the media library
  4. */
  5. add_filter( 'wpmediacategory_taxonomy', function(){ return 'category_media'; } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement