We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228b1af commit b285ed3Copy full SHA for b285ed3
1 file changed
plugins/bcc-login/includes/class-bcc-notifications.php
@@ -33,7 +33,7 @@ public function register_send_notifications_endpoint() {
33
}
34
},
35
'permission_callback' => function () {
36
- return current_user_can('manage_options');
+ return current_user_can('edit_posts');
37
38
));
39
0 commit comments