| @@ -95,8 +95,9 @@ | ||
| 95 | 95 | |
| 96 | 96 | public function load_module_instance($module) |
| 97 | 97 | { |
| 98 | 98 | |
| 99 | + // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- read-only check of the current admin page slug for module-loading routing, no form data processed. | |
| 99 | 100 | if(isset($_GET['page']) && 'ultimate_post_kit_options' == $_GET['page']){ |
| 100 | 101 | return; |
| 101 | 102 | } |
| 102 | 103 | |