WP Manifestindependent plugin directory
manifest / editor / update-php

Update PHP Gutenberg Blocks

A plugin implementing Gutenberg blocks for the update-php page on WordPress.org

by Darren Ethier · github.com/nerrad/update-php · website

★ 0stars
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/nerrad/update-php/archive/refs/heads/master.zip

A plugin implementing Gutenberg blocks for the update-php page on WordPress.org

Follow along with the trac ticket here

Usage

To install for testing, grab the zip from the releases page and install using the WordPress Upload feature on your WordPress site.

Development

To install for development:

  1. Checkout master
  2. Run composer install
  3. Run npm install
  4. Run npm watch