User Registrations Summary
A lightweight Wordpress plugin that produces a chart and daily registration summary and sends a daily email
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/willyell/wp-user-report/archive/refs/heads/main.zipFrom the readme
User Registrations Summary
A lightweight WordPress plugin that generates daily summaries of new user registrations. It provides:
- An admin report under Users → Registration Summary with a 7-day bar chart and table.
- A shortcode ([registrationsummary days="N"]) to display registration counts on any page.
- A daily email (sent at 00:30 server time) to the site admin, including:
- Your site’s name
- A 7-day registration chart
- Yesterday’s registration count
Installation
1. Clone or download this repository into wp-content/plugins/user-registrations-summary/.
2. Activate User Registrations Summary from the Plugins screen in your WordPress admin.
Usage
Admin Report
Go to Users → Registration Summary to view:
- A bar chart of registrations over the last 7 days.
- A table listing daily registration counts.
Shortcode
Place the shortcode in any post or page:
- days (optional): Number of days to include (defaults to 7).
Daily Email Summary
By default, the plugin sends an HTML email to the site admin each morning at 00:30 (server time). The email includes:
- Site name (as the email title)
- A 7-day registrations chart (embedded image)
- New registrations count fro
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.5.1 | Jun 6, 2025 |
| 1.5 | Jun 6, 2025 |
| 1.4 | May 25, 2025 |
| 1.3.3 | May 25, 2025 |
| 1.3.2 | May 25, 2025 |
| 1.3.1 | May 25, 2025 |
| 1.3 | May 25, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.