How To Use PHP Static Analysis in WordPress with PHPStan and VSCode
PHPStan is an open-source PHP Static Analysis tool. PHPStan is a must-have tool for any PHP project. What is PHP Static Analysis PHP Static Analysis tools will read your code…
PHPStan is an open-source PHP Static Analysis tool. PHPStan is a must-have tool for any PHP project. What is PHP Static Analysis PHP Static Analysis tools will read your code…
In this article, you will learn what on-page SEO is and we’ll share 5 hacks that you can implement today to increase search rankings. But first, what is on-page SEO?…
WordPress Coding Standards are documented in detail in WordPress Developer Handbook. Fortunately, WordPress offers a Github project, which maintains the WordPress Coding Standards rules and the tools needed to inspect…
WordPress Custom Fields is one of its most powerful features. In combination with Custom Post Types, they can convert WordPress to a Custom Application Building Tool, not only a CMS.…
Sometimes you need to customize WordPress REST API to return fewer columns or to have a custom structure. Fortunately, it's easy to create Custom Endpoints to WordPress REST API. Use…