• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / WordPress / How To Check WordPress Version In Linux Command Line Without Login

How To Check WordPress Version In Linux Command Line Without Login

By Sourabh / October 7, 2022 Category: How To, WordPress

Check WordPress version of any website. Learn how to check WordPress version in Linux command line. Here is the method on how to check WordPress version without login.

How To Check WordPress Version In Dashboard

To check the WordPress version in Dashboard, simply login to the WordPress admin area and scroll to the bottom of the page.

Search for the phrase, ‘Thanks for creating with WordPress’ and next to that, you will can the WordPress version number.

Another method to see the WordPress version is to go to the Dashboard > Home screen and here you can find the WordPress version number in the ‘At a Glance’ admin widget.

How To Check WordPress Version In Linux Command Line

Unix/Linux users can easily check WordPress version in Linux Command Line. Let us see how:

  1. Using Grep

Grep command can be used to find out the WordPress version by checking the version.php file directly:

grep wp_version wp-includes/version.php

  1. Using awk

You can also combine grep command with awk to find out the WordPress version:

grep wp_version wp-includes/version.php | awk -F "'" '{print $2}'

  1. Using WP-CLI

One of the most simplest method to check the WordPress version is using WP-CLI:

wp core version --allow-root

  1. Using wp option pluck command

Advanced users can use wp option pluck command for the _site_transient_update_core value which will display the WordPress version:

wp option pluck _site_transient_update_core current --allow-root

These are the methods to check the currently installed version of WordPress.

Primary Sidebar

Latest Posts

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap