Image
Image

Version Info | Show WP, PHP, MySQL & Web Server Versions in Admin Dashboard

설명

The Version Info plugin helps you track essential version information for your WordPress install by displaying key system details such as WordPress version, PHP version, Web Server type, and MySQL version. This can be displayed in three areas:

  • Admin footer – Displays WordPress, PHP, MySQL, and Web Server versions in the footer for quick reference.
  • WP-Admin Bar – Optionally add version details to the top WP-Admin bar for instant visibility while navigating the admin area.
  • Dashboard Widget – Activate the dashboard widget via the Screen Options to quickly view your site’s version information.

Key features of this plugin include:

  • Shows the current WordPress version. If a new version is available, it will display the current version alongside the latest available version in the footer, with a link to update.
  • Displays the PHP version running on your server, making it easy to verify if your site meets compatibility requirements for plugins and themes.
  • Shows the Web Server type and version, whether you’re using Apache, Nginx, or another server setup.
  • Includes the MySQL version to help you track the database version your WordPress site uses.

Why use this Plugin?

Ever wondered which version of WordPress or PHP your site is running? This plugin ensures you have that critical information at a glance.

Whether you’re a site administrator, developer, or someone managing a WordPress site, knowing your software versions is crucial for troubleshooting, compatibility checks, and ensuring optimal performance.

For developers, this plugin is an invaluable tool. When clients report an issue, they can quickly send you the version details of their setup by simply sharing a screenshot of their admin footer or copying the information. This makes diagnosing issues easier, as you’ll immediately know which version of WordPress, PHP, and MySQL they are using, along with the web server information.

GAUCHO PLUGINS PORTFOLIO

Payment Page: Start accepting payments in a beautiful payment form in less than 60 seconds

Split Pay Plugin: Split WooCommerce payments across multiple connected Stripe accounts.

Login for Stripe Customer Portal: Create an Account login area for your Stripe customers.

Gyta Buyback: Create a trade-in / buyback business using WooCommerce.

Version Info: Show WP, PHP, MySQL & Web Server Versions in the WP-Admin Dashboard.

China Payments Plugin: Accept WeChat Pay and Alipay payments from Chinese customers.

Blocked in China: Check if your website is available in the Chinese mainland.

Speed in China: Check your website’s speed in the Chinese mainland – coming soon!

스크린샷

  • Image
    Plugin Settings Page & Footer Version Info
  • Image
    Dashboard Widget Version Info
  • Image
    WP-Admin Bar Version Info

설치

  1. Upload the plugin to your plugins directory (possibly /wp-content/plugins/), or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

FAQ

Footer Version Info is not showing on mobile

common.css hides the admin-footer on viewports smaller than 783px. To show the footer also on small viewports, add the following to a mu-plugin or your theme’s functions.php, etc.

add_action('admin_enqueue_scripts', function () {
    wp_add_inline_style('common', '@media screen and (max-width: 782px){#wpfooter {display: block;}}');
    wp_add_inline_style('admin-menu', '@media only screen and (max-width: 960px){.auto-fold #wpfooter{margin-left: 0px;}}');
});

후기

Image
2023년 3월 26일
Simple but very useful plugin. Work as expected. No ads, no push to buy a pro version (there is none AFAIK).
Image
2021년 1월 17일 답글 1개
Way more information than I know how to use, but someday when I’m troubleshooting, I’m sure it will save me a lot of time looking it up elsewhere. All I really wanted was a quick way to get version numbers, and I see I also got memory, RAM and CPU, which will be great for comparisons before and after installing plugins, changing Web hosts, etc. I agree with the reviewer who requested PayPal in order to make a donation. The donation link takes me to a payment processor I never heard of, and when I decided to go ahead (what the heck, the credit card I’ll use expires soon anyway), my bank declined the transaction. So I would have donated, but I’m not putting in a second credit card. I’ll check again after I do taxes and decide how much money I have to spare. I want to donate to a number of plugin creators once I actually have an income stream.
Image
2019년 11월 13일
Exactly what I’ve been looking for!
모든 15 평가 읽기

기여자 & 개발자

“Version Info | Show WP, PHP, MySQL & Web Server Versions in Admin Dashboard”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Version Info | Show WP, PHP, MySQL & Web Server Versions in Admin Dashboard”(이)가 5 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Version Info | Show WP, PHP, MySQL & Web Server Versions in Admin Dashboard”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.3

  • Verified WordPress 6.9 compatibility.