| @@ -297,11 +297,11 @@ | ||
| 297 | 297 | if ( ! empty( $_REQUEST[ $action_key ] ) && is_string( $_REQUEST[ $action_key ] ) ) { |
| 298 | 298 | return strtolower( $_REQUEST[ $action_key ] ); |
| 299 | 299 | } |
| 300 | 300 | } |
| 301 | + // phpcs:enable WordPress.Security.NonceVerification.Recommended | |
| 301 | 302 | |
| 302 | 303 | return false; |
| 303 | - // phpcs:enable WordPress.Security.NonceVerification.Recommended | |
| 304 | 304 | } |
| 305 | 305 | } |
| 306 | 306 | |
| 307 | 307 | if ( ! function_exists( 'fs_request_is_action' ) ) { |