User Review Add-on for WordPress Download Manager Pro will enable your site visitor to rate and review download packages. User-submitted reviews will be saved with pending status. Admin gets an email notification when someone posts a new review. Site admin can moderate any review and publish it.
List of Template Tags to use with Link/Page Template:
- [wpdm_reviews] – will generate the complete review UI
- [avg_rating] – will show the average rating for a package
- [rating_stars] – will show the rating option for a package with ★ symbols
Review Requirements:
By default to submit a review a user must meet the following requirements,
- Must be logged in
- Have access to the package
- Have already downloaded the package
- If the package is premium, have already purchased the package
But if you want you can change these restrictions using the following filters.
add_filter('wpdm_review_login_required', function (){ return false; } );
add_filter('wpdm_review_package_access_required', function (){ return false; } );
add_filter('wpdm_review_purchase_required', function (){ return false; } );
add_filter('wpdm_review_download_required', function (){ return false; } );
Front-end Screenshot:

- New! Improved admin options
- Fix! Fixed review stars template
- New! Added auto update routine
- Fix! Fixed an issue with rate calculation
- Update! Fixed an issue with the template tags
- Update! Compatibility update for WPDM 6
- New! Improved UI
- New! Added validation for rating form
- New! Added custom template support for review form, review summary, and single review.
- New! Added 4 new filters to restrict the user’s review capability based on login status, download, purchase, and accessible option.
- New! Added email notification feature
- New! Added package link in Rating Info metabox
- Fix! [rating_stars] template tag was being rendered 2 times
Jahanur Miah
Using Problem
Added custom template support for review form, review summary, and single review. how I use all these?
i simply upload this addon, and something appears blow, help me to fixed, and in Jumpstart theme user review nothing to show.
You are not allowed to post review.
Nayeem Riddhi
After download, you will be able to give review
Natasha Ferguson
How do you add a filter?
Shafayet
Add the code at the end of your active theme’s functions.php