WordPress Getting access to the media library

[sql]SELECT * FROM `wp_posts` where `post_type`=’attachment'[/sql]

This query gives you access to the information available in the media library, handy when witting media plug-ins.

Leave a Reply

Your email address will not be published. Required fields are marked *