woocs_form_method
Permite cambiar el método de formulario WOOCS de POST a GET
add_action ('woocs_form_method', function () {return 'get';});
Desde 2.2.0/1.20
Permite cambiar el método de formulario WOOCS de POST a GET
add_action ('woocs_form_method', function () {return 'get';});
Desde 2.2.0/1.20