wildcard on username
-
I’m currently use CustomerID = <?php $current_user->user_login ?> to get invoice data for the current user. We recently started adding multiple users that are in the same company and the naming convention is customerID + first 3 digits of their first name.
How would I add a wildcard to the <?php $current_user->user_login ?> ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘wildcard on username’ is closed to new replies.