WP Manifestindependent plugin directory

Raph

WordPress plugin that renders shortcodes in posts content.

by Giuseppe Mazzapica · github.com/gmazzap/raph · website

19stars
30composer installs
2forks

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/gmazzap/raph/archive/refs/heads/master.zip

Also on Packagist as gmazzap/raph:

composer require gmazzap/raph

From the readme

Raph WordPress plugin that helps you to covert shortcodes to HTML. Sorry? Shortcodes may be useful, but rendering them "on the fly" can be a performance killer. Moreover, shortcodes added by themes or by plugins, lock you in with those products, because you if you change theme or uninstall plugins that add shortcodes, your content will be bungled when not lost. Have you ever desired get rid of a plugin, but can't because of shorteds? Now you can. How it Works Raph adds a button in in post editor toolbar. When you click that button - if nothing is selected all the shortcodes in the post are converted to the same HTML they would output in frontend - if something is selected, than only shortcodes in selection are converted HTML is generated via AJAX and isn't saved until post is saved. When post is saved, shortcodes are definitely converted to HTML, it means you can even disable the plugin (or switch the theme) that added the original shortcode. After having rendered shortcodes there is the possibility to immediately restore shortcodes by clicking a link. Demo FAQ - How can I bulk convert shortcodes? At the moment that isn't possible. Maybe it will be in future ver

Read the full README on GitHub →

Releases

TagPublished
0.3.1 Feb 2, 2015
0.3.0 Feb 2, 2015
0.2.2 Feb 1, 2015
0.2.1 Feb 1, 2015
0.2.0 Feb 1, 2015
0.1.0 Feb 1, 2015

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.