Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created April 24, 2014 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomhemsley/11247365 to your computer and use it in GitHub Desktop.
Save tomhemsley/11247365 to your computer and use it in GitHub Desktop.
function metaslider_avoid_wpautop($html, $id, $settings) {
return str_replace(array("\n", "\t", " "), "", $html);
}
add_filter("metaslider_slideshow_output", "metaslider_avoid_wpautop", 10, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment