wpf_get_current_user_email()

#Overview

This function retrieves the current user’s CRM email address and can also work during an auto-login session.

#Return

(mixed) A string of the users email address or false if nothing is found.

#Get the current user’s Email Address

$contact_email = wpf_get_current_user_email();

Was this helpful?