Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ospiotr/a4d8eb142eaceebb0c5e4e5530eab7e4 to your computer and use it in GitHub Desktop.

Select an option

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