Skip to content

iammartinbelobrad/frontend-roles-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Manage Groups & Permissions###### Go to the Users page in the backend and look for the section named Groups or Permissions.

###Check if a user has a role######

{% if hasRole('Admin') %}
 Admin Power!
{% endif %}

###Check if a user has a permission######

{% if can('manage_post') %}
I can manage this.
{% endif %}

###Like this plugin?###### If you like this plugin or if you use some of my plugins, you can help me to make new plugins and provide plugins support and further development. Make donation with PayPal or give this plugin a Like. :)

About

The plugin lets you manage frontend user roles and permissions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.8%
  • HTML 42.2%