How to Completely Disable and Remove WooCommerce Product Tags
Remove WooCommerce product tags from the admin menu, edit screen, quick edit, list table, and widgets.
Remove WooCommerce product tags from the admin menu, edit screen, quick edit, list table, and widgets.
Learn how to customize WooCommerce related products with your own query conditions so you can recommend more relevant and higher-converting products.
Change the WooCommerce related products query so more strategically chosen products are recommended to shoppers.
Build a custom WooCommerce product type by registering a product class, adding admin tabs and fields, and rendering custom front-end output.
Extend the WooCommerce My Account area by adding a custom menu item, endpoint, and account page for user-specific features.
Attach custom data to WooCommerce cart items, show it in the cart and checkout, and save it into the final order item meta.
Control how WordPress automatically empties the trash, or disable the scheduled cleanup entirely.
Use PHP sessions in WordPress safely for flash messages and cross-request state while cleaning up on login and logout.
Start, clear, and store PHP session data in WordPress, and move session storage to MySQL, Redis, or Memcached when needed.
A practical introduction to the CRUD classes added in WooCommerce 3.0 and why they improve data handling.
See why WooCommerce 3.0 introduced CRUD classes, what problems they solve, and how the new data access pattern differs from direct post meta updates.
Use the woocommerce_api_(action) hook to add custom callback URLs in WooCommerce for gateways and third-party integrations.