WHAT'S NEW?
Loading...

SQL Query to Return an attachment ID using a URL in WordPress

How to Return an ID of an attachment by searching the database with the file URL.

SELECT ID FROM wp_posts WHERE guid RLIKE 'yoururlhere'

0 comments:

Post a Comment