WordPress Plugin Development Best Practices: Template Files
When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and…
A collection of resources for WordPress Developers, written and curated by experts
When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and…
We are big advocates of managing dependencies in our projects with the package manager Composer. It’s essential to make sure the same version of dependencies are used in development environments…