Q:

woocommerce_customer_save_address

// define the woocommerce_customer_save_address callback function action_woocommerce_customer_save_address( $user_id, $load_address ) {     // make action magic happen here... };          // add the action add_action( 'woocommerce_customer_save_address', 'action_woocommerce_customer_save_address', 10, 2 ); Copy
0

New to Communities?

Join the community