Speed Up Your Plugin With the WordPress Object Cache
Learn how you can use an object cache to make your WordPress plugin run faster, and skip repeated sections of code.

Learn how you can use an object cache to make your WordPress plugin run faster, and skip repeated sections of code.
Learn about hooks, decision lists, and middleware patterns, and how you can use each one to make your WordPress plugin extend-able
Is using Advanced Custom Fields a good idea? It depends on the situation. This post discusses when it’s a good idea, and when it’s a bad one.