WP Manifestindependent plugin directory
manifest / integrations / show-widgets-in-rest-api

Show widgets in REST API

Show widgets in REST API.

by Jonathan Harris · github.com/spacedmonkey/show-widgets-in-rest-api · website

1stars
0forks

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.zip

Readme

=== 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 ===

== Installation ==

Using The WordPress Dashboard

  1. Navigate to the 'Add New' in the plugins dashboard
  2. Search for 'show-widgets-in-rest-api'
  3. Click 'Install Now'
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the 'Add New' in the plugins dashboard
  2. Navigate to the 'Upload' area
  3. Select show-widgets-in-rest-api.zip from your computer
  4. Click 'Install Now'
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download show-widgets-in-rest-api.zip
  2. Extract the show-widgets-in-rest-api directory to your computer
  3. Upload the show-widgets-in-rest-api directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

== Changelog == = 1.0.0 =

  • First version.

Read the full README on GitHub →