Show widgets in REST API
Show widgets in REST API.
by Jonathan Harris · github.com/spacedmonkey/show-widgets-in-rest-api · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/spacedmonkey/show-widgets-in-rest-api/archive/refs/heads/main.zipReadme
=== Show widgets in REST API === Contributors: spacedmonkey Donate link: https://github.com/sponsors/spacedmonkey Tags: widgets, api, wp-json, rest-api Requires at least: 5.9 Tested up to: 5.9 Requires PHP: 5.6 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Show widgets in REST API.
== Description ==
A simple plugin to add block data in json format into the rest api. Once installed, there will be two new fields added to the rest api, has_blocks and blocks.
An example of output, can be found in the screenshots.
=== Technical Notes ===
- Requires PHP 5.6+.
- Requires WordPress 5.9+.
- Issues and Pull requests welcome on the GitHub repository: https://github.com/spacedmonkey/show-widgets-in-rest-api
== Installation ==
Using The WordPress Dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'show-widgets-in-rest-api'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select
show-widgets-in-rest-api.zipfrom your computer - Click 'Install Now'
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
show-widgets-in-rest-api.zip - Extract the
show-widgets-in-rest-apidirectory to your computer - Upload the
show-widgets-in-rest-apidirectory to the/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
== Changelog == = 1.0.0 =
- First version.