Function epl_get_agent_id_by_login
Helper function to get user ID by login.
Package: EPL\Functions\Templates
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.5.10
Located at lib/includes/template-functions.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.5.10
Located at lib/includes/template-functions.php
Parameters summary
string |
$login |
The login name of the user. |
Return value summary
integer|false
|
The user ID if found, false otherwise. |