Описание
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.
Скриншоты
Установка
- Загрузите файлы плагина в папку
/wp-content/plugins/
, или установите его через панель администратора WordPress. - Активируйте плагин на странице «Плагины» в WordPress
Часто задаваемые вопросы
-
Показать текущие версии WordPress, PHP, веб-сервера и MySQL в подвале консоли
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;}}'); });
Отзывы
Участники и разработчики
«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.2
- Added settings for displaying the version info on WP-Admin bar and dashboard widget.
- Added namespace, sanitization, and other security improvements.
- Prepared plugin strings for translation.
- Translations added for 13 most common WordPress languages.