Skip to content

Instantly share code, notes, and snippets.

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 ospiotr/a4d8eb142eaceebb0c5e4e5530eab7e4 to your computer and use it in GitHub Desktop.
Save ospiotr/a4d8eb142eaceebb0c5e4e5530eab7e4 to your computer and use it in GitHub Desktop.
add_filter('wpdesk_allegro_before_wpautop', 'af109_wpdesk_allegro_before_wpautop' );
function af109_wpdesk_allegro_before_wpautop( $content ) {
return str_replace( array("\r\n", "\r", "\n"), "\n\n", $content );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment