by Nitesh
4.4 (129 reviews)
Ultimate Wordpress Auction Plugin
Ultimate Wordpress Auction plugin is the best plugin to host auctions on your wordpress site.
Tested up to WP 6.9 (Current: 7.0)
vtrunk
Current Version vtrunk
Updated 1 month ago
Last Update on 13 Apr, 2026
Refreshed 3 weeks ago
Last Refreshed on
Rank
#5,907
—
No change
Active Installs
1K+
—
No change
KW Avg Position
22.2
—
No change
Downloads
186.9K
+14 today
Support Resolved
50%
—
No change
Rating
88%
Review 4.4 out of 5
4.4
(129 reviews)
Next Milestone 2K
1K+
2K+
691
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 65 more installs to reach 2K+
Rank Changes
Current
#5,907
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
4.4
129 reviews
Overall
88%
5
97
(75%)
4
9
(7%)
3
6
(5%)
2
4
(3%)
1
13
(10%)
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| ebay auction | 10 | — | Tag | 3 weeks ago |
| wordpress auction | 21 | — | Tag | 3 weeks ago |
| auction plugin | 22 | — | Tag | 3 weeks ago |
| auction | 28 | — | Tag | 3 weeks ago |
| bidding | 30 | — | Tag | 3 weeks 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
Support Threads Overview
Resolved
Unresolved
2
Total Threads
1
Resolved
1
Unresolved
50%
Resolution Rate
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- trunk
- Last Updated
- Apr 13, 2026
- Requires WP
- 4.6+
- Tested Up To
- 6.9
- PHP Version
- N/A
- Author
- Nitesh
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.4
- Reviews
- 129
- Support Threads
- 2
- Resolved
- 50%
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,707
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#964
InfiniteWP Client
200K+ installs
#258
Google Analytics for WooCommerce
100K+ installs
#288
FiboSearch – Ajax Search for WooCommerce
100K+ installs
#289
Frequently Asked Questions
Common questions about Ultimate Wordpress Auction Plugin
Shortcode to display auction listing
[wdm_auction_listing]
[wdm_auction_listing sortby="title/date" order="asc/desc"]
[wdm_auction_listing type="expired" sortby="title/date" order="asc/desc"]
[wdm_auction_listing]
[wdm_auction_listing sortby="title/date" order="asc/desc"]
[wdm_auction_listing type="expired" sortby="title/date" order="asc/desc"]
ultimate_woocommerce_auction_before_bid_form
Example of usage this hook
add_action( 'ultimate_woocommerce_auction_before_bid_form', 'here_your_function_name');
function here_your_function_name()
{
echo 'Some custom text here';
}
Example of usage this hook
add_action( 'ultimate_woocommerce_auction_before_bid_form', 'here_your_function_name');
function here_your_function_name()
{
echo 'Some custom text here';
}
wdm_ultimate_auction_bid_button_text
add_filter('wdm_ultimate_auction_bid_button_text', 'your_function_name' );
function your_function_name(){
return __('Button Text', 'text domain');
}
For example:
add_filter('wdm_ultimate_auction_bid_button_text', 'change_button_text' );
function change_button_text(){
return __('Submit Bid', 'abc');
}
function your_function_name(){
return __('Button Text', 'text domain');
}
For example:
add_filter('wdm_ultimate_auction_bid_button_text', 'change_button_text' );
function change_button_text(){
return __('Submit Bid', 'abc');
}