Title: WP Server Health Stats
Author: iSaumya
Published: <strong>27 oktober 2015</strong>
Last modified: 1 juli 2024

---

Plugins zoeken

![](https://ps.w.org/wp-server-stats/assets/banner-772x250.png?rev=1273709)

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://ps.w.org/wp-server-stats/assets/icon-256x256.png?rev=1273709)

# WP Server Health Stats

 Door [iSaumya](https://profiles.wordpress.org/isaumya/)

[Download](https://downloads.wordpress.org/plugin/wp-server-stats.1.8.0.zip)

 * [Details](https://nl.wordpress.org/plugins/wp-server-stats/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/wp-server-stats/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/wp-server-stats/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/wp-server-stats/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/wp-server-stats/)

## Beschrijving

WP Server Health Stats plugin will give you the ability to monitor your WordPress
site at its core level. With all-important server health stats like allocated PHP
memory, memory usage, realtime RAM usage, CPU usage etc. you can always identify
if something wrong is going on with your site.

Now you don’t have to contact your host every single time for minor things. You 
can easily see the server health stats in your WP admin dashboard and make critical
decisions based on that, like if enabling some plugin is consuming a lot of memory
or CPU etc.

**Please Note:** This plugin uses 3rd party systems [ip-api.com](http://ip-api.com/)
to get the location details for the server IP. Please check their [Privacy Policy and Terms](https://www.ip-api.com/docs/legal).
By default the plugin uses the free version of IP-API service but if you have purchased
a premium version then you can enter your API key inside the plugin settings page.

> It took many countless hours to code, design, test and include useful server info
> to show up in your WordPress dashboard. If you enjoy this plugin and understand
> the huge effort I put into this, please consider **[donating some amount](https://paypal.me/acnamhq)(
> no matter how small)** to keep alive the development of this plugin. Thank you
> again for using my plugin. If you love using this plugin, I would really appreciate
> it if you took 2 minutes out of your busy schedule to **[share your review](https://wordpress.org/support/plugin/wp-server-stats/reviews/)**
> about this plugin.

### Q: After installing this plugin my server load has increased tremendously. How to fix this?

> This plugin uses Ajax to call the server after an interval of time to get the 
> latest data about the server, giving you the real-time update. By default, this
> happens after every 200ms. But if you are using a low-end server with fewer resources,
> calling the server after each 200ms can increase your server load drastically.
> You can easily solve this too. On the left-hand side menu of WP Admin panel, you
> will see a settings panel for **WP Server Stats** under that you will find another
> sub-menu called **General Settings**. Within general settings, the first option
> is to change the interval time. Change it to how much higher your want like 2000ms(
> 2 sec) or maybe 20000ms (20 sec) depending on your need. Once you save the settings
> the plugin will call the server only after the interval you have set, reducing
> your server load back to how it was without this plugin.

But again, generally speaking, if you are in a decent to good hosting, you won’t
face this problem at all, as this a very lightweight plugin.

Functies van de plugin zijn onder andere:

 * Purge WP Server Stats Cache (Which you can disable also. Check the FAQ section
   for more details.)
 * Toont server OS
 * Toont serversoftware
 * Toont het server IP adres
 * Toont server poort
 * Toont de server locatie
 * Toont de server hostnaam
 * Toont server document root
 * Shows if Memcached is enabled on your server or not
 * If Memcached is enabled it will show you detailed information about your Memcached
   installation if provided appropriate Memcached host and port details in the **
   WP Server Stats** > **General Settings** page
 * Toont het totaal aantal toegestane CPU’s voor je site
 * Shows Real-Time CPU usage percentage
 * Shows Total RAM allocated
 * Shows Real-Time RAM Usage percentage
 * Shows the database software installed on your site e.g. MySQL, MariaDB, Oracle
   etc.
 * Toont het versienummer van de database
 * Shows maximum number of connections allowed to your database
 * Shows maximum packet size of your database
 * Database schijfgebruik tonen
 * Shows database index disk usage
 * A separate page to show up even more details about your database server
 * Toont je PHP versienummer
 * Shows your PHP max upload size limit
 * Shows PHP max post size
 * Shows PHP max execution time
 * Shows if PHP safe mode is on or off
 * Shows if PHP short tag is on or off
 * Shows allowed PHP memory for your WordPress site
 * Real-Time Amount & Percentage of your PHP memory usage
 * A separate page to show up even more details about your installed PHP & its various
   modules
 * Real-Time PHP Memory, RAM Usage & CPU info bar changes colour based on the load(
   you can change the colours from the WP Server Stats General Settings Page)
 * Designed with flat colours (you can change the colour scheme if you want)
 * Realtime PHP Memory, RAM Usage & CPU usage info at the admin footer so that no
   matter what admin page you are, you can always see it
 * Uses advanced WordPress Transient Caching mechanism to run the plugin super smooth
   without eating a lot of server resources. All the cache data will be auto expired
   on each week and then the plugin will re-cache the updated data again, to **ensure
   the least possible resource consumption by the plugin**
 * Only shows to the Administrators. For Multi-site, it will show the details to
   each site administrators, but not the network admins
 * Option to change the realtime script refresh interval (default: 200ms), colour
   scheme, Memcached host and port details from the WP Server Stats – General Settings
   Page
 * Automatically removes all the data added by this plugin to your WordPress database
   upon uninstallation of the plugin

**VOORAF LEZEN**

This plugin uses PHP `shell_exec()` function which is by default enabled by all 
good hosting companies. But a small percentage of hosting company disable `shell_exec()`
by default. So, please contact your hosting company to make sure `shell_exec()` 
is enabled in your account before installing this plugin. Otherwise, you will get
an ERROR Code `EXEC096T` for every feature that uses `shell_exec()`.

> **Now this plugin is also hosted in [Github](https://github.com/isaumya/wp-server-stats).
> But the Github repo will be used for the development of the plugin. So, from now
> on you can also report the bugs in [Github Issue Tracker](https://github.com/isaumya/wp-server-stats/issues)
> if you want.**

**Heel belangrijk**

This plugin has been developed and tested on Linux based servers only so there is
a very high chance that it might NOT work for Windows-based servers. So, I highly
recommend this plugin to be used by those users who use a Linux based server.
 I
currently have no plan to add Windows Server support as a very tiny amount of people
still use Windows Server in this Linux age. I may add Windows support in future.

**FOUT code lijst**

**EXEC096T** – PHP `shell_exec()` function has not been enabled in your account,
which this plugin needs to run properly. Contact your server host and ask them to
enable PHP `shell_exec()` function for your account.

**IP096T** – Your server is not returning the IP properly. There is definitely some
issue with your server configuration. Please contact your host and tell them that
PHP `gethostbyname( gethostname() )` is unable to get the server IP, ask them to
look into their server configuration and to fix the configuration issue. If you 
have a self-hosted VPS or dedicated server, the reason is still the same. If you
are unable to find the configuration issue inside your server, I highly suggest 
you hire a knowledgeable server admin to look into your server. In most cases, you
should never get this error message.

**Talen**

WP Server Stats is 100% compatible with translation and you can translate any text
to whatever language you want. As this plugin doesn’t come with an inbuilt translation,
I will suggest you to use a plugin like [Say What?](https://wordpress.org/plugins/say-what/)
to change the text, you just have to use the text domain as `wp-server-stats` within
the plugin to change the text.

**Heel speciale dank**

De lijst van mensen die ik speciaal wil bedanken, zonder wie deze plugin nooit afgerond
zou zijn.

 * Justin Catello from [BigScoots Hosting](https://www.bigscoots.com/portal/?affid=261)–
   Looking for quality managed SSD hosting? Go with [BigScoot Hosting](https://www.bigscoots.com/portal/?affid=261)
   keeping your eye closed. They are that much good.
 * [Pippin Williamson](https://twitter.com/pippinsplugins) van [Easy Digital Download](https://easydigitaldownloads.com/)
 * [Justin Kimbrell](https://twitter.com/justin_kimbrell) voor [FlipClock.js](http://flipclockjs.com/)
 * Alex Rabe
 * Vlad van [ip-api.com](http://ip-api.com/)
 * [Lester Chan](https://twitter.com/gamerz)

**Ondersteun de plugin**

Als je deze plugin leuk vindt, vergeet dan niet om een beoordeling te schrijven 
en als het mogelijk is, doneer dan een bedrag om de plugin en de ontwikkeling ervan
in leven te houden. [Doneer hier](https://paypal.me/acnamhq).

## Schermafbeeldingen

 * [[
 * Dashboard – for people who have PHP `shell_exec()` function enabled & executable
   on their server
 * [[
 * Dashboard – for people who do NOT have PHP `shell_exec()` function enabled or
   executable on their server
 * [[
 * Admin settings page to change a various aspect of the plugin (since v1.3.1)
 * [[
 * Page to show more in-depth details about your PHP installation
 * [[
 * Page to show more in-depth details about your Database server

## Installatie

 1. Ga naar Plugins > Nieuwe toevoegen
 2. Zoek naar WP Server Stats en installeer het
 3. Ga naar je beheerders dashboard en daar zie je de dashboard widget.
 4. To change the settings of the WP Server Stats plugin, head over to **WP Server 
    Stats** > **General Settings** menu in your WordPress’s left vertical menu

## FAQ

### Heb ik een speciale configuratie nodig in mijn server/hosting account?

No. This plugin uses PHP `shell_exec()` function which is by default enabled by 
all good hosting companies. But a small percentage of hosting company disable `shell_exec()`
by default. So, please contact your hosting company to make sure `shell_exec()` 
is enabled in your account before installing this plugin. Otherwise, you will get
an ERROR Code `EXEC096T` for every feature that uses `shell_exec()`.

### How to Disable showing “Purge Cache – WP Server Stats” from the WP Admin Bar?

If you want to disable showing “Purge Cache – WP Server Stats” from WP Admin Bar,
simply open your `wp-config.php` file and just above all the database details mentioned,
add the following line:
 define(‘WPSERVERSTATS_ADMINBAR_DISABLE’, true); That’s 
it. Save your `wp-config.php` file, go back to your WordPress Dashboard and you 
will see that the WP Server Stats Purge Cache option is now gone. If you are still
seeing that option, please clear all kind of cache you have on your website. Enjoy
the update. Thanks to [@djquadrocks](https://profiles.wordpress.org/djquadrocks/)
for the idea.

### Welke verschillende FOUT codes worden gegenereerd door deze plugin?

**FOUT code lijst**

**EXEC096T** – PHP `shell_exec()` function has not been enabled in your account,
which this plugin highly needs to run properly. So contact your server host and 
ask them to enable PHP `shell_exec()` function for your account.

**IP096T** – Your server is not returning the IP properly. There is definitely some
issue with your server configuration. Please contact your host and tell then that
PHP `gethostbyname( gethostname() )` is unable to get the server IP, ask them to
look into their server configuration and to fix the configuration issue. If you 
have a self-hosted VPS or dedicated server, the reason is still the same. If you
are unable to find the configuration issue inside your server, I highly suggest 
you hire a knowledgeable server admin to look into your server. In most cases, you
should never get this error message.

## Beoordelingen

![](https://secure.gravatar.com/avatar/dfef71aa95c597ba2ff57faebc24a9e35d45f0ecaf2ef1dc72426dc8794239c9?
s=60&d=retro&r=g)

### 󠀁[Perfect – thanx](https://wordpress.org/support/topic/perfect-thanx-4/)󠁿

 [Reinhard Jung](https://profiles.wordpress.org/cloudmeister/) 8 december 2024

A great Tool for all the Infos.I would be nice to get all Sites together in a big
Dashbord?

![](https://secure.gravatar.com/avatar/a905006d6e6a85078652400d8de3d11d9d2f367370c308d9b650615d8b5c0490?
s=60&d=retro&r=g)

### 󠀁[Funktioniert ausgezeichnet. TOP!](https://wordpress.org/support/topic/funktioniert-ausgezeichnet-top/)󠁿

 [PageSpeed100.expert](https://profiles.wordpress.org/pagespeed100expert/) 5 september
2024 1 reactie

Funktioniert seit Jahren zuverlässig. Ausgezeichnetes Plugin. TOP!

![](https://secure.gravatar.com/avatar/ca78b743ad7b7e9846b0aef1526b93a8b33da234ec1e55d962ad52d293dcf9e5?
s=60&d=retro&r=g)

### 󠀁[Monero Miner? Fixed Yet?](https://wordpress.org/support/topic/monero-miner-fixed-yet/)󠁿

 [elzettadesign](https://profiles.wordpress.org/elzettadesign/) 17 juli 2024 17 
reacties

Has the Monero Miner been removed yet?

![](https://secure.gravatar.com/avatar/2790e01bc8e4adcab8849cdb8ee6619319c017b75bdd3c45d0bd7afa08472bb7?
s=60&d=retro&r=g)

### 󠀁[WARNING: Monero Miner included in the last update](https://wordpress.org/support/topic/warning-monero-miner-included-in-the-last-update/)󠁿

 [klsdfr](https://profiles.wordpress.org/klsdfr/) 28 juni 2024 1 reactie

Installed the newest update and my fans of the laptop went nuts on the frontend.
The plugin inserts an iFrame linked to a monero miner.

![](https://secure.gravatar.com/avatar/35314daa56602a02eb8470bb014971b2b9d090bb75b38792ac1399fb066a2650?
s=60&d=retro&r=g)

### 󠀁[Very useful plugin](https://wordpress.org/support/topic/very-useful-plugin-1555/)󠁿

 [Marcos Nakamine](https://profiles.wordpress.org/marcosnakamine/) 14 juni 2024 
1 reactie

Simple and porwerful

![](https://secure.gravatar.com/avatar/d22d68d8b3f7acc6c7ca28334c579bf9eac4d6e197633244f13f666b5352ac12?
s=60&d=retro&r=g)

### 󠀁[Good job!](https://wordpress.org/support/topic/good-job-1804/)󠁿

 [black20091](https://profiles.wordpress.org/black20091/) 9 juni 2024 1 reactie

Working perfect

 [ Lees alle 109 beoordelingen ](https://wordpress.org/support/plugin/wp-server-stats/reviews/)

## Bijdragers & ontwikkelaars

“WP Server Health Stats” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

 *   [ iSaumya ](https://profiles.wordpress.org/isaumya/)
 *   [ Acnam Infotech ](https://profiles.wordpress.org/acnam/)

“WP Server Health Stats” is vertaald in 3 localen. Dank voor [de vertalers](https://translate.wordpress.org/projects/wp-plugins/wp-server-stats/contributors)
voor hun bijdragen.

[Vertaal “WP Server Health Stats” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/wp-server-stats)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/wp-server-stats/), haal
de [SVN repository](https://plugins.svn.wordpress.org/wp-server-stats/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/wp-server-stats/)
via [RSS](https://plugins.trac.wordpress.org/log/wp-server-stats/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.8.0, July 1, 2024

 * Pushing update that holds proper code without any garbage code added by the hacker
   who hacked my account to push malware via this plugin.
 * Added escape to many data that is being shown by the plugin to strengthening 
   the code security.

#### 1.7.5, January 3, 2024

 * Fixed CSRF vulnerability & removed unnecessary script as reported by [Plugin Vulnerabilities](https://www.pluginvulnerabilities.com/wordpress-plugin-security-reviews/).

#### 1.7.4, December 29, 2023

 * Fixed CSRF vulnerability (CVSS 3.1 score) reported by [Patchstack](https://patchstack.com/).

#### 1.7.3, February 28, 2023

 * Updated donation link. Please consider donating for this plugin.

#### 1.7.2, February 28, 2023

 * Strengthening the plugin security to ensure PHP object injection cannot happen.

#### 1.7.1, February 27, 2023

 * Escaping the data that is being received from IP API

#### 1.7.0, August 18, 2022

 * Fixed security vulnerability. Thanks to [WPScan](https://wpscan.com/) Team for
   reporting it.

#### 1.6.10, January 5, 2021

 * Added support for 32 CPU core count. Thanks to [@theendfear](https://profiles.wordpress.org/theendfear/)

#### 1.6.9.1, August 31, 2020

 * Updated the Donation Flow inside the plugin settings page

#### 1.6.9, June 29, 2020

 * Added new contributor – [Acnam Infotech](https://acnam.com)
 * Updated the donation link
 * Updated tested up to WP v5.5
 * Added requires PHP to PHP 7.0

#### 1.6.8, September 25, 2019

 * Made sure that the real-time RAM usage data is more accurate across all systems.
   Special thanks to [@razvanfatu](https://github.com/razvanfatu).

#### 1.6.6 & 1.6.7, May 13, 2019

 * Added the ability to disable showing the “Purge Cache – WP Server Stats” on the
   WP Admin Bar as per user demand. Check the FAQ section for more details about
   how to do it. Special thanks to [@djquadrocks](https://profiles.wordpress.org/djquadrocks/).

#### 1.6.5, December 20, 2018

 * Added the ability to purge the WP Server Stats Cache from the admin bar. Added
   as per users demand.

#### 1.6.4, April 14, 2018

 * Rolling back to using `MemFree` instead of going to look for `MemAvailable` value
   despite you have that available in your server or not. As per the [issue posted here](https://wordpress.org/support/topic/ram-unknown-negative-value/)–
   it is no longer possible to trust the `MemAvailable` parameter value as it could
   be higher than `MemTotal` and hence breaking the entire Real-time RAM checking
   feature.

#### 1.6.3, April 6, 2018

 * If your current server environment provides the support for `MemAvailable` in
   the `/proc/meminfo` file then the plugin will take that data for a more accurate
   measure of RAM available, otherwise it will take the `MemFree` value.

#### 1.6.2, April 6, 2018

 * As it turns out `MemAvailable` is not available for all the servers. It is only
   available in some distros like Ubuntu. That is why I’m again falling it back 
   to `MemFree` as that is widely available across all systems and distros and will
   work flawlessly with all server.

#### 1.6.1, April 5, 2018

 * Started using `MemAvailable` instead of `MemFree` in the program to accurately
   know the availability of free RAM on the server. Special thanks to [@inspired888](https://profiles.wordpress.org/inspired888)
   for reporting the issue.

#### 1.6.0, February 11, 2018

 * Fixed a major calculation issue with RAM
 * Now shows Real-Time Free RAM in the dashboard stats

#### 1.5.8, November 24, 2017

 * Completely removing all kind of Session dependency. Upgrade to v1.5.8 if you 
   are currently using any old version of the plugin.

#### 1.5.7, November 24, 2017

 * Critical Bug Fix – Fixed the bug which was preventing the loopback requests in
   WP v4.9 and also causing an issue with the new file editor. If you are using 
   WP v4.9, upgrade to v1.5.7 immediately.

#### 1.5.6, November 5, 2017

 * Kleine rekenfoutoplossing

#### 1.5.5, November 5, 2017

 * Fixed a major calculation issue with v1.5.4. If you are running v1.5.4, please
   update to v1.5.5 immediately.
 * Now the actual RAM usage also shows up in the dashboard section

#### 1.5.4, November 5, 2017

 * Now shows the total RAM available
 * Added real-time RAM usage bar & percentage at the footer

#### 1.5.3, August 30, 2017

 * Added a check if the session has already been started before starting it.

#### 1.5.0, 1.5.1, 1.5.2, December 14 & 15, 2016

 * Permanently fixed the welcome notice keep showing issue for good. Now no matter
   what kind of server you are installing this plugin and what kind of cache architecture
   it has, once you dismiss the welcome notice, it will never show up again unless
   you delete and reinstall the plugin.

#### 1.4.9, December 2, 2016

 * Hopefully fixing the welcome notice dismissal issue

#### 1.4.8, November 27, 2016

 * Updated the donation link
 * Fixed some issues with uninstallation calls
 * Fixed a responsive design issue

#### 1.4.7, November 17, 2016

 * Ability to use IP-API Pro Key for high traffic websites

#### 1.4.6, November 2, 2016

 * Een PHP waarschuwing opgelost

#### 1.4.5, October 23, 2016

 * Fixed the compatibility issue with the register_uninstall_hook

#### 1.4.3 & 1.4.4, October 14, 2016

 * Making sure the welcome notice doesn’t show up after clicking on the closing 
   button
 * Making sure the notice transient gets deleted upon uninstallation

#### 1.4.1 & 1.4.2, October 14, 2016

 * Some minor bugfix and old PHP version compatibility add
 * Opgelost probleem met het leesmij bestand

#### 1.4.0, October 14, 2016

 * Added ability to show up server OS
 * Added ability to show up server software
 * Mogelijkheid toegevoegd om een serverpoort te tonen
 * Added ability to show up server document root
 * Added ability to show up if Memcached is enabled on your server or not
 * Added ability to show up a detailed page with more info about the memcached installation,
   if memcached is enabled and configured properly within the WP Server Stats General
   Settings page
 * Added ability to show up the database software installed on your site e.g. MySQL,
   MariaDB, Oracle etc.
 * Added ability to show up the database version number
 * Added ability to show up the maximum number of connections allowed to your database
 * Added ability to show up maximum packet size of your database
 * Mogelijkheid toegevoegd om database schijfgebruik te tonen
 * Added ability to show up database index disk usage
 * Added ability to show up a separate page with more details about your database
   server
 * Added ability to show up your PHP max upload size limit
 * Added ability to show up PHP max post size
 * Added ability to show up PHP max execution time
 * Added ability to show up if PHP safe mode is on or off
 * Added ability to show up if PHP short tag is on or off
 * Added ability to show up allowed PHP memory for your WordPress site
 * Added ability to show up a separate page to with more details about your install
   PHP & its various modules
 * Added advanced WordPress Transient Caching mechanism to run the plugin super 
   smooth without eating a lot of server resource. All the cache data will be auto
   expired on each week and then the plugin will re-cache the updated data again,
   to ensure the least possible resource consumption by the plugin
 * Option to change the realtime script refresh interval (default: 200ms), colour
   scheme, memcache host and port details from the WP Server Stats – General Settings
   Page
 * Automatically removes all the data added by this plugin to your WordPress database
   upon uninstallation of the plugin

#### 1.3.2, October 9, 2016

 * Kleine bug oplossing

#### 1.3.1, October 8, 2016

 * Grote release met veel codeverbetering
 * Now the plugin has it’s own admin settings menu found inside Settings > WP Server
   Stats, from where users can easily tweak the various aspect of the plugin
 * Support WordPress’s native colour picker inside WP Admin Menu
 * Option to change script refresh interval along with various colour options
 * Most major release since the first release of the plugin
 * This plugin is now added in [Github Repo](https://github.com/isaumya/wp-server-stats)
   for more streamlined development

#### 1.2.1, June 24, 2016

 * Major bug fix with the new shell execution logic improvement

#### 1.2.0, June 24, 2016

 * Major bug fix with the new shell execution logic improvement

#### 1.1.9, June 24, 2016

 * Code quality improvement
 * Shell execution logic improvement
 * New clean notice for people who don’t have `shell_exec()` enabled/executable 
   on their server
 * Diverse kleine bugoplossingen
 * New screenshot added for non `shel_exec()` enabled people

#### 1.1.8, June 23, 2016

 * Code quality improvement
 * Fixed Bug: The Real-Time CPU Load bar & Uptime clock is showing even if PHP `
   shell_exec()` isn’t enabled. Now it just shows `ERROR EXEC096T` – which means
   PHP `shell_exec()` isn’t enabled to execute that feature
 * Fixed Bug: Real-Time Memory Usage stuck at 0% if PHP `shell_exec()` is disabled.
 * Few other minor bug fixes

#### 1.1.7, June 22, 2016

 * Major Update Pushed
 * Memory usage information is now shown realtime memory usage and memory usage 
   percentage
 * Total allocated PHP memory now shows up to PB (Petabyte)
 * Code opruiming, optimalisatie & kleine bug oplossing

#### 1.1.5, May 16, 2016

 * Instead of showing LOC096T Error Code, now the plugin will show a proper detailed
   message in case there is any problem fetching the location details.

#### 1.1.4, January 23, 2016

 * Fixed a minor PHP Bug

#### 1.1.2 & 1.1.3, January 3, 2016

 * Bug opgelost met FlipClock.js
 * Kleine bug oplossing

#### 1.1.1, December 31, 2015

 * Onnodige console log verwijderd

#### 1.1.0, December 31, 2015

 * FlickClick Responsiveness issue fixed cross-browser
 * Sommige PHP berichten zijn opgelost
 * Kleine bug oplossing

#### 1.0.6, December 05, 2015

 * Fixed Firefox CSS issue with FlipClock. Props to [@ArtProjectGroup](https://profiles.wordpress.org/artprojectgroup/)

#### 1.0.5, October 28, 2015

 * Fixed a minor bug with calling a hook

#### 1.0.4, October 27, 2015

 * Readme bestand geüpdatet

#### 1.0.3, October 27, 2015

 * Readme bestand geüpdatet

#### 1.0.2, October 27, 2015

 * Readme bestand geüpdatet

#### 1.0.1, October 27, 2015

 * Some minor bug fix

#### 1.0.0, October 27, 2015

 * Eerste officiële release!

## Meta

 *  Versie **1.8.0**
 *  Laatst geüpdatet **2 jaar geleden**
 *  Actieve installaties **10.000+**
 *  WordPress versie ** 5.0 of nieuwer **
 *  Getest t/m **6.5.8**
 *  PHP versie ** 7.4.0 of nieuwer **
 *  Talen
 * [Dutch](https://nl.wordpress.org/plugins/wp-server-stats/), [English (US)](https://wordpress.org/plugins/wp-server-stats/),
   [Korean](https://ko.wordpress.org/plugins/wp-server-stats/) en [Russian](https://ru.wordpress.org/plugins/wp-server-stats/).
 *  [Vertaal in je eigen taal](https://translate.wordpress.org/projects/wp-plugins/wp-server-stats)
 * Tags
 * [health](https://nl.wordpress.org/plugins/tags/health/)[information](https://nl.wordpress.org/plugins/tags/information/)
   [isaumya](https://nl.wordpress.org/plugins/tags/isaumya/)[server](https://nl.wordpress.org/plugins/tags/server/)
   [stats](https://nl.wordpress.org/plugins/tags/stats/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/wp-server-stats/advanced/)

## Waarderingen

 4.8 van 5 sterren.

 *  [  97 5 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-server-stats/reviews/?filter=5)
 *  [  6 4 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-server-stats/reviews/?filter=4)
 *  [  3 3 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-server-stats/reviews/?filter=3)
 *  [  1 2 ster beoordeling     ](https://wordpress.org/support/plugin/wp-server-stats/reviews/?filter=2)
 *  [  2 1 sterren beoordelingen     ](https://wordpress.org/support/plugin/wp-server-stats/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-server-stats/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/wp-server-stats/reviews/)

## Bijdragers

 *   [ iSaumya ](https://profiles.wordpress.org/isaumya/)
 *   [ Acnam Infotech ](https://profiles.wordpress.org/acnam/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/wp-server-stats/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://paypal.me/acnamhq)