Topic: Plugin Development
-
Beginner WordPress Developer
Start your WordPress development journey here. Learn how WordPress works, and how to extend it.
-
The WordPress Database
In order to extend WordPress, a developer needs to have a foundational understanding of the WordPress…
-
Installing Node.js and npm for local WordPress development
Node.js is a cross-platform, open-source server environment that can run on most popular operating systems. Node.js lets developers use…
-
Debugging in WordPress
When developing WordPress plugins or themes, it’s a good idea to have tools in place to…
-
Developing for Multisite
When developing plugins or themes there are certain considerations one needs to make if you want…
-
Custom post types and capabilities
In the previous tutorial, Developing with user roles and capabilities, you learned how to create and…
-
Developing with user roles and capabilities
In this tutorial, you will learn how to develop with the built-in WordPress Roles and Capabilities…
-
Extending WordPress: common security vulnerabilities
In the Introduction to securely developing plugins tutorial, we covered the 5 top ways you can…
-
WordPress REST API – custom routes & endpoints
The WordPress REST API is more than just a set of default routes. It is also…
-
WordPress REST API – Modifying responses
The WordPress REST API provides an interface for applications to interact with your WordPress site by…
-
WP REST API – custom fields, authentication, and testing
So far, you’ve learned how to access core WordPress data using the REST API and the…