E() Did I do something wrong?

This works (the user does NOT exist)

echo $a_user ? $a_user->email() : "";                       

this not:

e($a_user, $a_user->email(), "");

Or am I wrong?

Since the e() is a function, the parameter you send always run.

1 Like