Tagged Questions
0
votes
1answer
137 views
Extract Information from post content (using regex?)
I'm trying to replace some custom strings in my content before saving the post.
I have got the $data["post_content"] which includes strings like %replaceContent:{type}% . Now I need to extract that ...