More Tips for Best Practices in WordPress Development

Write some more code and learn some techniques to improve performance and security

Welcome to the second part of the series. In the first article, we explained the WordPress Coding Standards, how to avoid namespaces collisions, comments in the code, and some basic security tips. Today, we are going to go a bit deeper and write some more code and learn some techniques to improve performance and security of our plugins.

 

The topics we'll cover are as follows:

    How and when should to include my scripts/styles
    How to properly performing Ajax calls
    Filters and action to give freedom to your users

Grab your code editor and get ready to play with WordPress!

Comments

Be the first to write a comment

You must me logged in to write a comment.