Understand WordPress Shortcode API in 2 easy steps
WordPress shortcode API makes it easy for developer to fetch content from database and display in various parts of the website. I will list the details of this API in this blog.
WordPress shortcode API makes it easy for developer to fetch content from database and display in various parts of the website. I will list the details of this API in this blog.
Object oriented style of programming is a must have skill for any programmer. In brief, it helps developers to organize application code structure, build simple relationships among other objects, and make their code reusable.
In this post, I will discuss about object oriented programming concept in detail and how you can benefit from using it.
Instead of building custom functions to work with PHP arrays, its always good practice to use built-in functions whenever possible. So, in this post, I will list few important built-in php functions to work with PHP arrays.
Some minor but important details about php.
Almost all modern applications use REST API to allow the developers to interact with it including WordPress. In this post, I will discuss necessary concept to get started with REST API.
Securing WordPress powered websites is essential for any WordPress developer as well as site owners. In this post, I will cover few easy security steps that you can also implement in your website.