woocommerce_created_customer

woocommerce_created_customer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_created_customer') is found 1 times:

  • /includes/wc-user-functions.php line 198
    		 * @param integer $customer_id New customer (user) ID.
    		 * @param array $new_customer_data Array of customer (user) data.
    		 * @param string $password_generated The generated password for the account.
    		 */
    		do_action( 'woocommerce_created_customer', $customer_id, $new_customer_data, $password_generated );
    
    		return $customer_id;
    	}
    }
    
    /**
    

See this hook used in plugins:

Examples using woocommerce_created_customer