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

Dynamic Format

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

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

0stars
150composer 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-format/archive/refs/heads/master.zip

Also on Packagist as piotrpress/dynamic-format:

composer require piotrpress/dynamic-format

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

From the readme

WordPress Dynamic Format This WordPress plugin adds a dynamic format which renders an output of a selected php callback function added via a filter hook. Usage Add callback functions via piotrpress/dynamicformat/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 →