Using PHP’s PDO With WordPress

WordPress ships with it's own library for running database queries, but that doesn't mean you have to use it. In this post, you'll learn to how to use PHP's PDO in your WordPress plugin or theme.

Read it