
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
WPC Admin Columns Pro – for WooCommerce is one of those “boring” plugins that saves real hours. I install it when the store team lives in Products / Orders all day and the default Woo tables feel like peeking through a keyhole.
Typical wins I see immediately:
If you’re managing a 20-product hobby shop, it’s overkill. If you’re running 500+ SKUs, it pays back fast.
This plugin hooks into the admin list tables using the same mechanisms you’d touch manually in code:
manage_edit-product_columns / manage_shop_order_posts_columns (and similar screens),pre_get_posts, posts_clauses, meta queries, JOINs on postmeta),Where I configure it:
Important practical detail: most “custom” Woo fields live in post meta. Sorting a column that pulls from meta often forces a JOIN wp_postmeta + ORDER BY meta_value, which can get heavy on big catalogs. That’s not a bug, it’s the cost of meta-based data.
1) “Sorting by X is slow” on Products Root cause: sorting/filtering on meta keys that aren’t indexed (classic wp_postmeta pain), plus large tables.
What I check:
JOIN wp_postmeta and big row counts.2) Inline edit doesn’t stick / value reverts Root cause: another plugin overwriting the same meta on save_post, or Woo data syncing (especially when custom pricing/stock plugins are involved).
3) Orders screen weirdness with WooCommerce HPOS Root cause: WooCommerce orders moving to High-Performance Order Storage (HPOS) changes how order data is queried. If the Woo add-on/plugin version is behind, some columns/sorts act inconsistent.
4) “Columns disappeared” after an update Root cause: you edited a column set for one screen, but you’re viewing another (Orders vs Orders (HPOS) variants can look similar), or a role doesn’t have access.
I tested this product as installed, activated, and working (personally verified).
.zip via Plugins → Add New → Upload Plugin or replace via FTP.
You can find detailed instructions on how to update a theme or plugin on this page.
No. It’s admin-side list tables: Products/Orders/Coupons screens. Front-end output stays untouched.
Because it’s sorting on postmeta (JOIN + ORDER BY meta_value). Reduce sortable columns or index the meta key.
Often yes for common Woo fields, but variation-heavy setups can be limited by how your stock/price plugins store data. Test one variable product first.
With current versions, generally yes. If columns act broken, update first; second step is temporarily disabling HPOS to confirm the root cause.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.