wordpress网站上出现的不需要的文本

I have inherited a WordPress site with the word 'test' appearing in the very bottom corner of each page. I can't find it anywhere within the php admin panel, e.g. themes, widgets, pages, stylesheets etc.

I couldn't see a solution here: text is appearing at the top left of my wordpress site or anywhere else on the forum.

When I inspect the code it appears within the body of the code but outside any div paragraphs. Is there a simple way to find it and remove it?

screenshot

Many thanks in advance for any help. Andy.

check the function.php of your theme, if not found this text use this plugin:

https://wordpress.org/plugins/string-locator/

with this plugin you can check the location of it, then remove the text.