Introduction
You may need to check the version of WordPress your site is running without going through the web interface. This can be found in the version.php
file.
Procedure
- Access the server's command line as the cPanel user via SSH or "Terminal" in cPanel.
- Change the working directory to the WordPress installation's root folder.
cd /path/to/wordpress/folder
- Use the
grep
command to find the WordPress version set in theversion.php
file.grep ^\$wp_version wp-includes/version.php
Comments
0 comments
Article is closed for comments.