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 3a6df16 commit ca4a1c7Copy full SHA for ca4a1c7
plugins/optimization-detective/helper.php
@@ -112,7 +112,7 @@ function od_get_disabled_reasons(): array {
112
$disabled_flags['is_customize_preview'] = true;
113
}
114
115
- // Disable for POST responses since since they cannot, by definition, be cached.
+ // Disable for POST responses since they cannot, by definition, be cached.
116
if ( isset( $_SERVER['REQUEST_METHOD'] ) && 'GET' !== $_SERVER['REQUEST_METHOD'] ) {
117
$disabled_flags['not_get_request'] = true;
118
0 commit comments