No one except administrator can enter the administration screen.
-
Users other than administrator (without the manage_options privilege) cannot enter the administration screen due to the following processing added in version: 5.0.10
cf7-google-sheets-connector/trunk/includes/class-gs-service.php
50 if (!current_user_can(‘manage_options’)) {
51 // If the user doesn’t have the required capability, show an error message or redirect
52 wp_die(__(‘You do not have sufficient permissions to access this page.’));
53 }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.