Page 1 of 1

Help with preg_replace

Posted: Wed Feb 17, 2010 5:45 am
by jalexanderdh
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?