woocommerce_checkout_before_terms_and_conditions
Usage
add_action( 'woocommerce_checkout_before_terms_and_conditions', 'wp_kama_woocommerce_checkout_before_terms_and_conditions_action' );
/**
* Function for `woocommerce_checkout_before_terms_and_conditions` action-hook.
*
* @return void
*/
function wp_kama_woocommerce_checkout_before_terms_and_conditions_action(){
// action...
}Where the hook is called
In file: /templates/checkout/terms.php
woocommerce_checkout_before_terms_and_conditions
woocommerce/templates/checkout/terms.php 12
do_action( 'woocommerce_checkout_before_terms_and_conditions' );