Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created January 23, 2018 02:36
Show Gist options
  • Select an option

  • Save yayMark/0782276a8865ecf1a474b38e80da03a2 to your computer and use it in GitHub Desktop.

Select an option

Save yayMark/0782276a8865ecf1a474b38e80da03a2 to your computer and use it in GitHub Desktop.
WordPress: use jQuery to remove p tags around your img tags
jQuery('p:has(img) img').unwrap()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment