Hi,
I am trying to remove following tag from string.
[caption id="attachment_9" align="alignleft" width="137" caption="test"][/caption]
How do I remove it using php's preg_replace?
I tried serveral regular expression, but failed all.
Please advise me.
Thanks.