latest stuff | the author | contact

Pub Meal Deals

Found this great new website that makes it supre easy to find a good cheap pub meal via a quick postcode and day search facility. Check it out - works a treat: pubmealdeals.com.au ...more

Remove media tabs from image upload in WordPress admin

This is a little trick I found for hiding the "choose from library" tabs in the pop-up image upload box in the Wordpress admin area: [php] function remove_medialibrary_tab($tabs) { unset($tabs['library']); return $tabs; } add_filter('media_upload_tabs','remove_medialibrary_t ...more

2011-12-12 | Wordpress | Comments: (0)