這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Server Info WP

外掛說明

Take the hassle out of server administration with Server Info WP. This simple plugin will add three dashboard widgets to easily allow you to monitor your server. These widgets will display important information about your server such as CPU usage, PHP memory usage, and other necessities needed for properly running your server.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Server Info WP〉的開發相關工作。

參與者

將〈Server Info WP〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0 – 2020-03-07 – Tyler Gilbert
Initial release of Server Info WP
1.1 – 2020-03-09 – Tyler Gilbert
Feature: Internationalization support.
Enhancement: Update php_uname() method to use php_uname( ‘s’ ) for server’s operating system.
Enhancement: Add CSS styles to table.layout for allowing full server path to be displayed.
Bug fix: Update README file to fix typo.
Bug fix: Remove server.png (not in use)
1.2 – 2020-03-12 – Tyler Gilbert
Feature: Display server information in real time with AJAX!
Feature: Add server’s outgoing IP address.
Feature: Add server port.
Feature: Add PHP error log path.
Feature: Add PHP max upload size.
Feature: Add PHP max post size.
Feature: Add functionality to determine whether or not the WordPress site is multisite.
Feature: Add number of total WordPress users.
Feature: Add profile icon to WordPress repo.
Enhancement: Utilize get_current_screen to only load code when on main WordPress dashboard.
Enhancement: Load get_usage() method with ‘load-index.php’ hook so the strings can be properly translated.
Ehancement: Use sprintf() for variable data so the string can be properly translated.
Enhancement: Update main.css to follow WP standards.
Enhancement: Add js/main.js.
Enhancement: Add index.php for security reasons.
Bug fix: Remove unused plugin_url property.
2.0 – 2020-03-12 – Tyler Gilbert
Changing version number and removing unused assets.
2.1 – 2020-04-16 – Tyler Gilbert
Feature: Add server location.
Feature: Add PHP architecture.
Feature: Add number of published WordPress pages.