Get useful information about your website such as php/mysql version, wordpress version, active theme and plugins etc. Useful when requesting support from third party providers. When they ask for website information just sent them this page.
You can copy, print, email it or download as CSV file.
Currently WP Details displays the following information:
WordPress Information
- Homepage: link to your homepage
- Version: Displays the WordPress version
- Multisite: Detect if WP MultiSite is active
- Memory Limit: Displays the current WP memory limit
- Debug Mode: Shows if WP Debug Mode is on or off
- Cron: Displays if the WP Cron is enabled/running
- Language: Displays the global language set in options
- Upload Directory: Displays link to the media folder
Server Stats
- Server Info: Displays server and PHP version
- IP Address: Displays Server's IP address
- Server Protocol: Displays the server manufacturer
- Server Web Port: Port used (reserved) by the server
- CGI: Displays CGI version
- PHP Version: Displays the installed version number of PHP
- Post Max Size: Displays Post Max Size set in PHP
- Time Limit: Displays the current Time Limit in seconds
- Max Input: Displays PHP Max Input Vars
- GD Library: Check if GD lib is activated and it's version
- cURL Version: Displays current cURL's version
- SUHOSIN: Displays if SUHOSIN is active and it's version
- MySQL: Displays current MySQL version
- Max Upload Size: Displays Max Upload Size set in MySQL
- Time Zone: Checks if the default time zone is UTC
- PHP Error Log: Displays link to the PHP Error Log file
- fsockopnen: Check if fsockopen/cURL is active
- SoapClient: Check if SoapClient is active
- DOM: Check if DOMDocument is active/enabled
- GZip: Check if GZip Compression method is active/supported
- MultiByte: Check if MultiByte String is enabled
- Remote Get: Check Remote Get's status
Active Theme
- Displays theme name, version, author URL and Child Theme
Active Plugins
- Displays all activated plugins, their version and authors
- You can also export the list as CSV or email it
FROM WP ADMIN: Install from the
WordPress.org respository by going to Plugins > Add New and search for wp details. Install & Activate.
BY UPLOADING: Upload and extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.