[ad_1]
There are two issues with the UI string “Settings” under the plugin name on the Plugin screen.
- Click the Settings link and it shows the warning message “Sorry, you are not allowed to access this page.”
- This UI string “Settings” is with the wrong text domain so its translation cannot display correctly.
I modified the related code as the following and seemed to resolve these two issues, please verify it.$settings = array('settings' => '<a href="options-general.php?page=simple-cloudflare-turnstile%2Finc%2Fadmin-options.php">' . __('Settings', 'simple-cloudflare-turnstile') . '</a>');
- This topic was modified 1 hour, 3 minutes ago by .
