Array of all custom fields
-
Hi,
What is the way to display the complete array of all the custom fields that we added with your plugin?
For example, to display an array of all WooCommerce product fields, we do it like this:
print_r($product);And array variants:
print_r($product->get_variation_prices());How would it be to display the fields that we added with the plugin?
Kind regards !
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Array of all custom fields’ is closed to new replies.