Thanks for your reply Toyin. We solved it with the v5 forms editor so it was a easy fix when we found it.
Yes, should have thought of that.
It was a plugin called Smush so when inactivating that, all seems fine!
Thanks Alexandru 🙂
I have some html, a link address, in the Title and changed the code in the plugin functions.php
// $html .= '<h3 class="rpwe-title"><a href="' . esc_url( get_permalink() ) . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'recent-posts-widget-extended' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark">' . esc_attr( get_the_title() ) . '</a></h3>';
// VW Ny titel
$html .= get_the_title() . '<br>';