BjornW
Member
Posted 3 months ago #
Hi,
I've found another bug in the Image Widget (v3.2.11). This is just a minor thing. In the documentation it states that the widget's html output can be overruled with a custom view.
This is correct except the filter name should be:
'sp_template_image-widget_widget.php'
Instead of the mentioned filter
'sp_template_image-widget_widget'
So you need to include the extension '.php' otherwise it will not work. See the corresponding code in image-widget.php around line 293
http://wordpress.org/extend/plugins/image-widget/
Matt Wiebe
Member
Posted 2 months ago #
Hi Bjorn. Thanks for your patch for the browser uploader issue! I've (finally) applied it.
The docs should be fixed as well - we'd forgotten to take into account that the locator function automatically adds the .php extension.
BjornW
Member
Posted 2 months ago #
Hi Matt,
Cool, good to hear. I will update my blogpost to point towards the new version.
BjornW
Member
Posted 2 months ago #