Use PHP Sessions in WordPress to Add More Advanced Site Features
Start, clear, and store PHP session data in WordPress, and move session storage to MySQL, Redis, or Memcached when needed.
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.
Use the woocommerce_api_(action) hook to register custom callback URLs in WooCommerce for payment gateways and third-party integrations.
Learn the basic structure for adding a custom shipping method to WooCommerce with the shipping API.
Create a custom WooCommerce shipping method by registering a shipping class and adding settings fields for it.
Use Automator on macOS to create an automatic MySQL backup workflow for safer local or server-side maintenance.
The WooCommerce Account Center page has a My Account sidebar by default, which is a menu link to all functions of the User Center. For websites that use…
By default, in the WooCommerce online store, when the product price is filled in, the text added to the shopping cart is “Add to cart”. In most cases,…