Can PHP, WordPress meta_query search names when they have middle initials?
I have to build a search form where I search members of the company by their Full Name (First Name + Middle Initial + Last Name). All the names are in this form: John B. Doe. The below code is…