• Replace one hook with another

    Find

    add_action("user_register", "ffl_fix_user_display_name", 20);

    replace with

    add_action("woocommerce_created_customer", "ffl_fix_user_display_name", 20);

  • The topic ‘Still works for the most part. If you want woocommerce support do this.’ is closed to new replies.