How can I know the WordPress version I have?
To know WordPress version on the server: 1. Open the version.php file in the directory wp-includes using any text editor. The file contains the WordPress version number you are running. 2. Go to the WordPress Admin Panels, the version number will be visible on the panel look at the bottom of the screen. 3. Do it yourself: Create a file of your choice for example wp-version.php in any directory. Edit the file using any of the text editor and write in there . Access/Run the wp-version.php in the browser to see the WordPress version you are running.