[Plugin: ICS Calendar] Fix dollar sign ("$") problem from Google Feed
-
Great plugin. I ran into a minor issue where the dollar sign was messing up the feed. It, and any characters right after it, would disappear.
E.g.: Instead of “$75 fee applies”, I’d see ” fee applies”.
I needed a quick fix – adding the following str_replace @ line 38 in import_ical.php seemed to do the trick.
$data = str_replace( "$", "$#36;", $data );
Thought I’d note this – hope it helps someone else.
https://www.ads-software.com/extend/plugins/wordpress-ics-importer/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: ICS Calendar] Fix dollar sign ("$") problem from Google Feed’ is closed to new replies.