woocommerce_before_checkout_registration_form action-hook . WC 1.0
Usage
add_action( 'woocommerce_before_checkout_registration_form', 'action_function_name_4782' ); function action_function_name_4782( $checkout ){ // action... }
- $checkout
- -
Where the hook is called
In file: /templates/checkout/form-billing.php
woocommerce_before_checkout_registration_form
woocommerce/templates/checkout/form-billing.php 59
<?php do_action( 'woocommerce_before_checkout_registration_form', $checkout ); ?>