Tag: Tutorial
Creating Custom REST API Endpoints
Register custom REST routes for your plugin’s data and actions.
REST API Authentication
Secure REST endpoints with cookies, nonces, application passwords, or tokens.
AJAX in WordPress
Handle asynchronous requests through admin-ajax.php the WordPress way.
Gutenberg Block Development
Extend the block editor with custom blocks for modern content UX.
Creating Custom Gutenberg Blocks
Register a static block with block.json and editor scripts.