Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @newson64 Please use the attached code in the theme function.php file to search users by username.

    add_filter('woo_wallet_user_search_by', 'woo_wallet_user_search_by_callback');
    function woo_wallet_user_search_by_callback(){
        return 'login';
    }
    Thread Starter newson64

    (@newson64)

    thank you! it works!

    but can I make it search by display name(first name, last name)?

    I need more samples using ‘woo_wallet_user_search_by’ filter too.

    please help.

    • This reply was modified 2 years, 11 months ago by newson64.
    • This reply was modified 2 years, 11 months ago by newson64.
    Plugin Author Subrata Mal

    (@subratamal)

    @newson64 You can search by user_login, user_nicename, user_email.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘(Wallet transfer) I want to search by name or ID, not email’ is closed to new replies.