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.
Use PHP sessions in WordPress safely for flash messages and cross-request state while cleaning up on login and logout.
Migrate a WordPress site to a new domain with wp-cli, SQL replacement, editing SQL dumps, and a 301 redirect from the old domain.
Several practical ways to change a WordPress site to a new domain, including wp-cli and database replacement methods.
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.
A practical introduction to the CRUD classes added in WooCommerce 3.0 and why they improve data handling.
Delay time-consuming work in WordPress with WP Cron or asynchronous task libraries so users do not have to wait for slow operations to finish.
Delay non-critical work in WordPress with asynchronous PHP and WP-Cron to improve user-facing response times.
Use the woocommerce_api_(action) hook to register custom callback URLs in WooCommerce for payment gateways and third-party integrations.
Use the woocommerce_api_(action) hook to add custom callback URLs in WooCommerce for gateways and third-party integrations.