We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Determining if a user has capabilities involves using the WordPress user_can method.
user_can
Describe the solution you'd like A Gate or Policy implementation like Laravel to create and check user capabilities.
Gate
Policy
Describe alternatives you've considered user_can, current_user_can
current_user_can
Additional context https://wordpress.stackexchange.com/questions/345902/want-to-know-parameters-that-can-be-passed-to-user-can-for-access-control-by-u on mapping new capabilities
The text was updated successfully, but these errors were encountered:
BenRutlandWeb
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Determining if a user has capabilities involves using the WordPress
user_can
method.Describe the solution you'd like
A
Gate
orPolicy
implementation like Laravel to create and check user capabilities.Describe alternatives you've considered
user_can
,current_user_can
Additional context
https://wordpress.stackexchange.com/questions/345902/want-to-know-parameters-that-can-be-passed-to-user-can-for-access-control-by-u on mapping new capabilities
The text was updated successfully, but these errors were encountered: