Tagged Questions
0
votes
1answer
72 views
Photos automatically uploaded to Media Library
Here's a bizarre one for you guys. I was using Search RegEx to remove Blogger html formatting that was screwing up my imported posts. Images hadn't been imported, so they were loading from Blogger ...
0
votes
1answer
369 views
get_shortcode_regex() only matches first shortcode
The Codex has an example of using get_shortcode_regex() to check if a shortcode is being called on a given page:
$pattern = get_shortcode_regex();
preg_match('/'.$pattern.'/s', ...