Hide media upload, library tabs, leave URL tab
-
Using the old Kubrick-based default theme, v1.6.
We have a bunch of Authors posting URLs to their work, but some keep posting via From Computer tab.I’d like to turn off From Computer and From Media Library tabs and set From URL to the default (only) tab.
Superann had this on her site:
add_filter('media_upload_tabs','remove_medialibrary_tab');
Hax had this:
add_filter( 'media_upload_tabs', 'media_upload_tabs'); //hide media tabs
Also: I can’t find the tabs in this old theme. They don’t seem to be on functions.php and I’m at a bit of a loss. Anyone able to take this home for me?
Help would be much appreciated.
Thanks,
KIB
- The topic ‘Hide media upload, library tabs, leave URL tab’ is closed to new replies.