My client's newsletter has a problem and I need to fix it.
It is a hardcoded newsletter built for wordpress, but it is showing these messy shortcodes:
[caption id="attachment_xxxx" align="desiredalignment" width="xx" caption="Whatever caption text"] <--! actual image shows here-->[/caption]
It has this line -
$text=preg_replace('/\<p class\=\"imagecaption.*?\/p>/i', '', $text);
I was thinking I need to change something in preg_replace to filter the caption shortcode - can anyone help?
Help with preg_replace
Moderator: General Moderators