WP Manifestindependent plugin directory
manifest / editor / wordpress-dynamic-block

Dynamic Block

This WordPress plugin adds a dynamic block which renders an output of a selected php callback function added via a filter hook.

by Piotr Niewiadomski · github.com/piotrpress/wordpress-dynamic-block · website

1stars
151composer installs
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/piotrpress/wordpress-dynamic-block/archive/refs/heads/master.zip

Also on Packagist as piotrpress/dynamic-block:

composer require piotrpress/dynamic-block

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

From the readme

WordPress Dynamic Block This WordPress plugin adds a dynamic block which renders an output of a selected php callback function added via a filter hook. Usage Add callback functions via piotrpress/dynamicblock/callbacks filter: or if you would like to translate the label: Requirements PHP = 7.4 version. License GPL v3 or later

Read the full README on GitHub →