by Nitesh
4.3 (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.8.5 (Current: 6.9.4)
v4.3.2
Current Version v4.3.2
Updated 6 months ago
Last Update on 15 Sep, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#5,948
—
No change
Active Installs
1K+
—
No change
KW Avg Position
18.6
+0.2 better
Downloads
187.1K
+7 today
Support Resolved
100%
—
No change
Rating
86%
Review 4.3 out of 5
4.3
(129 reviews)
Next Milestone 2K
1K+
2K+
640
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 328 more installs to reach 2K+
Rank Changes
Current
#5,948
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.3
129 reviews
Overall
86%
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 | 20 hours ago |
| wordpress auction | 17 | — | Tag | 20 hours ago |
| auction plugin | 19 | — | Tag | 20 hours ago |
| auction | 23 | — | Tag | 20 hours ago |
| bidding | 24 | — | Tag | 20 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
Support Threads Overview
Resolved
Unresolved
1
Total Threads
1
Resolved
0
Unresolved
100%
Resolution Rate
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 4.3.2
- Last Updated
- Sep 15, 2025
- Requires WP
- 4.6+
- Tested Up To
- 6.8.5
- PHP Version
- N/A
- Author
- Nitesh
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.3
- Reviews
- 129
- Support Threads
- 1
- Resolved
- 100%
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,704
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
InfiniteWP Client
200K+ installs
#253
Google Analytics for WooCommerce
200K+ installs
#282
FiboSearch – Ajax Search for WooCommerce
100K+ installs
#287
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');
}