ISROLE Suggest EditsChecks whether the current user's role is one of the arguments Parameters var_args_values String (required) - The role values to check Returns Boolean Examples JavaScriptISROLE('Owner', 'Manager') // is the current role either Owner or Manager? // returns true Updated about 1 year ago Table of Contents Parameters Returns Examples