[Plugin: Display Exif] Serious Bug
-
You’ve got a tiny typo in your code which basically breaks ANY plugin that uses apply_filters:
your display_exif_filter function ends with:
echo $output; } /* display_exif_filter() */it should be:
return $output; } /* display_exif_filter() */
The topic ‘[Plugin: Display Exif] Serious Bug’ is closed to new replies.