WooCommerce has a postcode validator built in which is used to find appropriate shipping methods on the checkout. In case you are going to extend some shipping methods or build something else with postcodes, you will learn here how you can use that for your own solution.
Read MoreCategory: Plugins
How to show the Correct Payment method on WooCommerce Subscriptions
If you or your clients are using WooCommerce Subscriptions, you may want to show the correct payment method in the list of available payment methods.
Read MoreWP Reset – Helpful Development Tool
When developing solutions such as themes, plugins or a custom solution, the database tends to get bigger and also with the defaults already saved. When adding new and complex features, to test them, databases should be empty.
Read MoreExtending WP_Query with Custom Queries and Tables
How to create a WP CLI Command for Batch Imports or Exports
Working with imports or exports can be hard, especially on really large databases. WP CLI is a tool that helps you a lot. It can also help you with running imports or exports. If you expect large imports or exports, you can also create a WP CLI command for batch processing the data.