katzwebdesign
Member
Posted 1 year ago #
I discovered that the plugin doesn't strip the caption shortcode that was added in 2.6, so I found out how to fix it. Here's how:
How to remove the caption shortcode.
Comes down to adding $text = preg_replace( '|\[(.+?)\](.+?\[/\\1\])?|s', '', $text ); at the right place in the plugin.
ghosttie
Member
Posted 1 year ago #
will this be fixed in a future release of the plugin?
katzwebdesign
Member
Posted 1 year ago #
As far as I know, the plugin is no longer being developed by the original author. Now, development is being handled by Michael @ Semper Fi. You can send him a request.