Meta_query compare operator explanation
The first several work as you would expect: = equals != does not equal > greater than >= greater than or equal to < less than <= less than or equal to LIKE and NOT LIKE LIKE and NOT LIKE are SQL operators that let you add in wild-card symbols, so you could have a … Read more