by PluginRx
1 (0 reviews)
ERI File Library
Easily upload, manage, and track downloads of your shared files
Tested up to WP 6.8 (Current: 6.9)
v1.1.1
Current Version v1.1.1
Updated 2 months ago
Last Update on 28 Oct, 2025
Synced 13 hours ago
Last Synced on
Rank
#40,485
—
No change
Active Installs
10+
-33.3%
KW Avg Position
191
—
No change
Downloads
529
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 20
10+
20+
15,316
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 6 more installs to reach 20+
Rank Changes
Current
#40,485
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
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| file sharing | 191 | — | Tag | 16 hours ago |
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
- 1.1.1
- Last Updated
- Oct 28, 2025
- Requires WP
- 6.0+
- Tested Up To
- 6.8
- PHP Version
- 7.4 or higher
- Author
- PluginRx
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,736
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Header and Footer Scripts
200K+ installs
#258
Post Views Counter
200K+ installs
#271
SEO SIMPLE PACK
100K+ installs
#328
Frequently Asked Questions
Common questions about ERI File Library
Download counts are automatically recorded for each file. If you want to additionally track user interactions and dates, you will need to enable it. Navigate to Files > Settings, and select the "Enable User Tracking" option. Doing so will create a new table in your database where each download is logged. "Downloads" and "Report" pages will appear under Files in the admin menu where you can see your collected data.
Yes, there are plenty. The following hooks are available: * erifl_download_file_url ( String $url, Array $file, Integer $user_id, String $user_ip ) — Filter the URL for the file when a user is downloading it. $file contains the file data, $user_id is the ID of the user if they are logged in, and $user_ip is the IP address of the user if they are logged out. * erifl_after_file_downloaded ( Array $file, String $url, Integer $user_id, String $user_ip ) — Action fired after a file has been downloaded. $file contains the file data, $url is the download URL, $user_id is the ID of the user, and $user_ip is the IP address of the user. * erifl_user_meets_requirements ( Boolean $meets_requirements, Integer $file_id, Integer $user_id, Array $required_roles, String $required_meta_key ) — Filter whether the user meets the requirements for accessing the file. This filter allows modifying the result of the access check based on the user’s roles, meta key values, and any additional custom logic. * erifl_classes ( Array $classes, Array $file, String $type ) — Filter the classes used in the file download link element. $file contains an array of file data, and $type specifies the type of link being displayed. * erifl_download_icon ( String $default_icon, String $icon_type, Array $file, String $ext ) — Filter the icon used for file downloads. $icon_type specifies the icon type (e.g., 'logo-full', 'logo-file', 'uni', 'fa', 'cs'), $file contains the file data, and $ext is the file extension. * erifl_downloaded_count_string ( String $downloaded_string, Integer $count, Array $file ) — Filter the string used to display the download count in the "post" type links. $count is the number of times the file was downloaded, and $file contains the file data. * erifl_format_specific_prefixes ( Array $format_prefixes, Array $file, String $type ) — Filter the prefixes added to the displayed title of the link based on the file format. $file contains the file data, and $type specifies the link type (e.g., 'mp3', 'mp4'). * erifl_ip_lookup_path ( String $ip_address_link ) — Filter the link used for looking up a logged-out user's IP address on the Downloads page. * erifl_where_used_post_types ( Array $post_types ) — Filter the post types used to look for where the shortcode is used. This feature is located at the bottom of the file edit screen. * erifl_post_meta ( Array $meta ) — Filter the "post" display type meta html.
We recommend using our website support forum as the primary method for requesting features and getting help. You can also reach out via our Discord support server or the WordPress.org support forum, but please note that WordPress.org doesn’t always notify us of new posts, so it’s not ideal for time-sensitive issues.