D
by sathsarawj
0 (0 reviews)
Document Expiry Reminder
Track document expiry dates, assign owners and recipients, and send automated renewal reminders.
Compatible with WP 7.0.2
v0.1.0
Current Version v0.1.0
Updated 2 days ago
Last Update on 21 Jul, 2026
Refreshed 9 hours ago
Last Refreshed on
Rank
#60,744
—
No change
Active Installs
0+
—
No change
KW Avg Position
N/A
—
No change
Downloads
44
+18 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 10
0+
10+
16,902
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 9 more installs to reach 10+
Rank Changes
Current
#60,744
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 0.1.0
- Last Updated
- Jul 21, 2026
- Requires WP
- 6.5+
- Tested Up To
- 7.0.2
- PHP Version
- 8.1 or higher
- Author
- sathsarawj
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Document Expiry Reminder
No. This plugin assists with document-expiry tracking and reminders. It
remain responsible for verifying your own compliance obligations.
No. Deactivation never deletes data. Data is only removed on uninstall (deleting the plugin after deactivating it), and only if you have explicitly enabled "Delete data on uninstall" in Settings beforehand. By default, uninstalling also preserves all data.
No. "Sent" means WordPress's wp_mail() function accepted the message for processing and reported success — it does not mean the message was delivered to, or arrived in, the recipient's inbox. Actual delivery depends on your server's mail transport, DNS/SPF/DKIM configuration, and the receiving mail server, none of which this plugin controls or can verify. If reminders are not arriving, check your site's outbound-email configuration (an SMTP plugin is strongly recommended over PHP's default mail() function) and the Notifications screen for recorded failures.
By default, WordPress uses WP-Cron, which only fires on a site visit — on a low-traffic site, a scheduled event can run late. For reliable timing, configure a real system cron job to trigger WordPress's scheduler instead of relying on site traffic. See docs/CRON-SETUP.md in the plugin's source repository for exact instructions. The Notifications screen shows a warning if scheduling looks unhealthy or stale.
Uploaded files are stored in a dedicated directory (wp-content/uploads/document-expiry-reminder-private/) that must not be directly reachable by URL — files are only ever served through the plugin's own authenticated download handler. The plugin attempts to verify this automatically and warns in the admin if it cannot confirm protection. On Apache, this typically requires directory listing and direct access to be disabled (an .htaccess file, generated automatically, handles this in most configurations); on Nginx, a matching server-block rule needs to be added manually. See
configuration examples.
Through the plugin's support forum on WordPress.org, or the issue tracker of its source repository if you installed it from source control.