php - WordPress update post meta data (custom field) by post link -
i have post in wordpress website, has lot of custom fields. have excel sheet "post link" - "custom field data" combination. custom field(video url) set each post, need change , update links appropriate excel sheet. not have "post_id - post metadata" combination, link , appropriate metadata value. is there way update these data plugin or code? you need write , execute wp command . save spreadsheet csv file , use fgetcsv() iterate through it. each entry find post using url_to_postid() , update metadata needed.