wordpress Remove Paragraph Tags From Around Images
In case you want to have in your content but not have them get "Auto P'd" like WordPress likes to do. example of problem: bla...
https://iskablogs.blogspot.com/2014/03/wordpress-remove-paragraph-tags-from.html
In case you want to have
in your content but not have them get "Auto P'd" like WordPress likes to do.
example of problem:
blah blah blah

blah blah blah
turns into:
We can fix it with this:
function filter_ptags_on_images($content){
return preg_replace('/
example of problem:
blah blah blah

blah blah blah
turns into:
blah blah blah

blah blah blah
We can fix it with this:
function filter_ptags_on_images($content){
return preg_replace('/
\s*()?\s*(