0
0
Read Time:9 Second
Agregar éste código en el archivo functions.php del tema
function custom_override_checkout_fields($fields){
print_r($fields);
}
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields', 100);