jalexanderdh Posted February 17, 2010 Share Posted February 17, 2010 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.