updated   : April 22, 2013
we now have 608 snippets

Restricting users to view only media library items they upload

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will restrict users to view only media library items they upload. They will still see the total number of files that are uploaded but will not be able to view them even if they type in the attachment_id.

read more

Media library URL column for easy copy and paste

wordpress snippet

Add this snippet to the functions.php of your wordpress theme to create a new column with the original file URL. I have had a few projects in the past that required a client to copy and paste a files URL into a custom field or metabox this will just make life a little easier. Thanks to Steve Taylor for this snippet, I just expanded on it a little with the input field and onclick select.

read more

Disable flash media file uploader

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will disable the flash media uploader.

read more

Re-attach library media

wordpress snippet

Adding this PHP code to your functions.php will add the ability add functionality that is missing in wordpress to re-attach media to posts.

read more

Gallery shortcode

wordpress snippet

Adding the gallery shortcode to posts will allow wordpress to automatically create a picture gallery. View source for more details.

read more