$user->is($someone)
Checks if the user is the same as the given $user object
-
return (boolean)
Example
<?php if($site->user()->is($site->user('bastian'))): ?>
Put some message here.
<?php endif ?>
Checks if the user is the same as the given $user object
<?php if($site->user()->is($site->user('bastian'))): ?>
Put some message here.
<?php endif ?>