- Video Tutorials for Plesk 12.5
- Video Tutorials for Plesk Onyx
- Plesk Obsidian Use Cases
- WordPress Getting Started
- WordPress Using the Block Editor
- WordPress Customize your Site or Blog
- WordPress Site Marketing
- WordPress Monetize Your Site
- WordPress Domains and Email
- WordPress Manage Your Account
- WordPress Plugins
- Learn WordPress tutorial
- Elementor tutorials - Design & Layout Collection
- Elementor tutorials - WooCommerce Collection
- Elementor tutorials - Integrations Collection
- Elementor tutorials - Dynamic Design Collection
- Elementor tutorials - Theme Builder Collection
- Elementor tutorials - Template Library Collection
- Elementor tutorials - Responsive Collection
- Elementor tutorials - Popups Collection
- Elementor tutorials - Motion Effects & Animations Collection
- Elementor tutorials - Forms Collection
- Plesk WP Toolkit
- Plesk WordPress Toolkit
- WooCommerce How To
- Other
WP REST API – modifying responses
The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON (JavaScript Object Notation) objects. By default, it provides REST endpoints (URLs) representing the posts, pages, taxonomies, and other built-in WordPress data types. Your application can send and receive JSON data to these endpoints to query, modify and create content on your site. However, it is also possible to extend the WP REST API, in order to perform specific actions that are outside of the scope of the default routes and endpoints. In this session, you will learn about one of the ways you can extend the WP REST API, by modifying REST responses.Presentation Slides »
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/03/2....4/wp-rest-api-modify