Please explain how these hooks work
It is possible for action hooks to be provided without being used, which is what’s happening here. woocommerce_before_checkout_process and woocommerce_checkout_process are hooks provided by WooCommerce, but WooCommerce does not itself attach callback functions to either of these hooks. They are provided to allow plugins and themes to run code at the time that the respective … Read more