Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save encoderit-arman/27f14c45513872918b83a0e69c72a6ea to your computer and use it in GitHub Desktop.
Save encoderit-arman/27f14c45513872918b83a0e69c72a6ea to your computer and use it in GitHub Desktop.
global $wpdb;
return intval( $wpdb->get_var( "SELECT post_id FROM {$wpdb->postmeta} WHERE meta_value LIKE '%/$filename'" ) );
courtesy: https://poanchen.github.io/blog/2017/04/10/how-to-check-if-an-image-already-existed-in-wp-content-upload-directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment