Create Custom WooCommerce System Status Sections

When you create a plugin, I can be very useful to add a custom section to the System Status default page. When debugging a customer site you always need to check various details, and these details are pretty much always the same.

That’s why adding such a debugging section is important. And the good news is that it’s very easy to do. Here a sample of code that will add a new section to the System Status page in WooCommerce. Simply paste the code provided below, paste it in your plugin source code (or in functions.php in the theme folder for testing purpose) and customize it!

Here is a screenshot of the final result:

woocommerce-debug-section

And here is the code:

Leave a Reply