Skip to content

Commit ba30bc0

Browse files
Update plugins/performance-lab/includes/site-health/audit-autoloaded-options/helper.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent af0362d commit ba30bc0

File tree

1 file changed

+1
-1
lines changed
  • plugins/performance-lab/includes/site-health/audit-autoloaded-options

1 file changed

+1
-1
lines changed

plugins/performance-lab/includes/site-health/audit-autoloaded-options/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function perflab_aao_query_autoloaded_options(): array {
153153
if ( strlen( $serialized_value ) > $option_threshold ) {
154154
$large_options[] = (object) array(
155155
'option_name' => $option_name,
156-
'option_value_length' => strlen( $serialized_value ),
156+
'option_value_length' => strlen( $option_value ),
157157
);
158158
}
159159
}

0 commit comments

Comments
 (0)