Kntnt Fix for Garden Gnome Package
WordPress mu-plugin that removes empty lines from the JavaScript outputted by the shortcode of Garden Gnome Package viewer to prevent wpautop to mess with it.
by Thomas Barregren · github.com/kntnt/kntnt-ggpkg-shortcode-fix · website
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/kntnt/kntnt-ggpkg-shortcode-fix/archive/refs/heads/master.zipWordPress mu-plugin that removes empty lines from the JavaScript outputted by the shortcode of Garden Gnome Package viewer to prevent wpautop to mess with it.
Background
The WordPress plugin for publishing Garden Gnome Packages provides the shortcode ggpkg to present Pano2VR and Object2VR packages on pages and posts.
The plugin's shortcode outputs JavaScript code which might contain empty lines. These lines will be converted into <p></p> by WordPress' infamous wpautop() function. That results in a syntax error in the JavaScript.
Awaiting a bug fix from Garden Gnome Software, you can use this plugin as a fix. It merely removes the empty lines before outputting te JavaScript.
How to install
I suggest you install this plugin as a "must use plugin":
- In your
wp-contentdirectory, create amu-pluginsdirectory (if it not already exists). - Download
kntnt-ggpkg-shortcode-fix.phpand save it within themu-pluginsdirectory.
That's it!