I have updated to WP 5.0 and when I go to edit page there is a large block of code above the normal editing tools
can you advise – I’ve added login below so you can take a look
I managed to work it out
It was WP 5 forcing Gutenberg on us – I edited the child there funtions.php with
// Disable Gutenberg Editor
add_filter(‘use_block_editor_for_post’,’__return_false’);
and now its back to normal