WP Manifestindependent plugin directory
manifest / editor / simple-php-blocks

Simple PHP Blocks

Example of creating simple PHP-only WordPress blocks.

by Jonathon Leathers · github.com/jtleathers/simple-php-blocks · 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/jtleathers/simple-php-blocks/archive/refs/heads/main.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

This WordPress plugin requires the Gutenberg plugin currently. The features demonstrated here should be merged into a future version of WordPress core.

Read the full README on GitHub →