Print Single Product Page Data Keys & Values var_dump and json WooCommerce

Add this PHP snippet to your child themes functions file or custom functionality plugin for code snippets and it will print all the single product page data every time you load any single product page showing the keys and values for each parameter type.

This is what you get using JSON_PRETTY_PRINT for json_encode :

JSON_PRETTY_PRINT
JSON_PRETTY_PRINT

Or this using var_dump if you want the parameter type, name and values :