Delete orphaned user meta November 28, 2025 This post brought to you by RocketGeek, ButlerBlog, and the following: DELETE um FROM wp_usermeta um LEFT JOIN wp_posts u ON wp.ID = um.user_id WHERE u.ID IS NULL