|
Here's a quick snippet to paste in as a default argument for Views to use the contact ID for the logged in user as an argument. To use this add a field as an argument & choose provide default argument / php code. If you don't see these options it may be a permissions thing // Make the first argument 1 if not already set global $user; return $args; |
Labels
