Is there any way to identify the wordpress version on the currently running site? If there is some way then how do I check it. Thank you.
The easiest way to check the current WordPress version is to identify through the readme file.
https://example.com/readme.html
Another way to check the WordPress version is to check the generator meta tag.
<meta name="generator" content="WordPress 5.4" />