Skip to content

Kntnt/kntnt-ggpkg-shortcode-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

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":

  1. In your wp-content directory, create a mu-plugins directory (if it not already exists).
  2. Download kntnt-ggpkg-shortcode-fix.php and save it within the mu-plugins directory.

That's it!

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages