Once instantiated, the library will leave an initial timestamp in the user's database.
When the admin is loaded, the current time is compared to the initial timestamp and, when it is time, an admin notice will kindly ask the user to review your product.
The admin notices can, of course, be dismissed by the user. It uses the [WP Dismissible Notices Handler library](https://github.com/julien731/WP-Dismissible-Notices-Handler) for handling notices.
#### Installation
The simplest way to use WP Review Me is to add it as a Composer dependency:
```
composer require julien731/wp-review-me
```
### Example
Creating a new review prompt would look like that: