Convert all dates in field to Unix time, except those already in Unix time
strtotime is php function that can be used for this purpose. strtotime — Parse about any English textual datetime description into a Unix timestamp Firstly get all the posts using meta key . Then get date value from meta field. Then convert to unix timestamp. Then update again. $args = array( ‘posts_per_page’ => -1, ‘meta_key’ … Read more