Is there a easy way to check if the user has permissions to view the specific content?
Is this correct?
Is this correct?
PHP:
if ($hasPermission)
{
/* User does have permission */
}
else
{
/* User does NOT have permission */
}