why you don’t Implement PDO for access every thing to database
You don’t need PDO to write safe DB queries. PHP developers were able to do so before PDO was created 😉 There is nothing unsafe in using WPDB class, as long as you do it correctly (just use prepare and correct ways of escaping). There is one major flaw in your question: using PDO, of … Read more