dashed-slug.net › Forums › General discussion › What's "slug" in recipient? › Reply To: What's "slug" in recipient?
January 3, 2019 at 8:57 am
#5458
Keymaster
Hello,
The information is passed into get_user_by(). “slug” corresponds to the user_nicename
column in the DB. It is a sanitized form of the user_login
string.
All users have slugs. In fact, if you use dashes instead of spaces, it can be a dashed-slug!
with regards