kuno1/display-name-changeable-in-woocommerce

1.0.0 2019-04-18 10:10 UTC

This package is auto-updated.

Last update: 2024-04-18 21:24:14 UTC


README

Allow display_name to be changeable from "My Account" screen. Since WooCommerce force display_name to be $user->first_name . " " $user->last_name.

How to Install

Require composer from your theme or plugin.

coposer require kuon1/displa-name-changeable-in-woocommerce

That's it.