Tagged Questions
1
vote
1answer
92 views
Processing shortcodes in groups (separated by line breaks)?
The Project
I'm working on a plugin to resize and embed rows of images using shortcodes that will be converted into <img> tags. In most cases there will be multiple images per row, and the ...
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 ...