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
:
Or this using var_dump
if you want the parameter type, name and values :
You must be logged in to post a comment.