How to Mass Export WordPress Databases
As a WordPress developer you have lots of WordPress sites installed on your computer, you live or staging servers. Every WordPress site needs a folder to store its files and also a database to connect to to get and put contents to. For this reason it’s always good to...

How to Enable WooCommerce Product Revisions
I know. The WooCommerce Product Revisions are NOT enabled by default for products. They are very useful if for some reason you delete some text from the product’s description and want to restore from a previous version. WooCommerce uses a custom post type called...

PhpStorm Undo Delete Does Not Restore Ignored Folders and Files
The other day I pressed some shortcut while I was checking the left sidebar in PhpStorm and the IDE started deleting the WordPress site's htdocs folder I was working on. It was a local development copy so this didn't cause a site/server downtime at all. I was pretty...
How to Change Text and Background Colors of Order Failed Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the text or background colors of the Order Failed Status in WooCommerce > Orders. You need to either add the following snippet to your...
How to Change Text and Background Colors of Order Refunded Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the color of the Order Refunded Status in WooCommerce. You need to either add the following snippet to your (child) theme's functions.php...
How to Change Text and Background Colors of Order Cancelled Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the color of the Order Cancelled Status in WooCommerce. You need to either add the following snippet to your (child) theme's functions.php...
How to Change Text and Background Colors of Order Pending Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the color of the Order Pending Status in WooCommerce. You need to either add the following snippet to your (child) theme's functions.php...
How to Change Text and Background Colors of Order Processing Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the color of the Order Processing Status in WooCommerce. You need to either add the following snippet to your (child) theme's functions.php...
How to Change Text and Background Colors of Order Completed Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the color of the Order Completed Status in WooCommerce. You need to either add the following snippet to your (child) theme's functions.php...
How to Change Text and Background Colors of On Hold Status in WooCommerce
As a shop manager you may want to see the WooCommerce order status in different colors on the orders page. This is how to change the color of On Hold Status in WooCommerce. You need to either add this to your (child) theme's functions.php file or in a system plugin in...