Building WordPress Plugins with Object-Oriented Concept
Last updated on
category: WordPress
When I develop the custom plugin, I prefer to build the custom plugin with Object-Oriented Programming(OOP) to avoid the conflict … Read More
When I develop the custom plugin, I prefer to build the custom plugin with Object-Oriented Programming(OOP) to avoid the conflict … Read More
Create the shortcode is very simple. Only one thing you have to remember is to print out the content from … Read More