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 3dd2f69 commit e6f8650Copy full SHA for e6f8650
includes/site-health/audit-autoloaded-options/helper.php
@@ -222,6 +222,10 @@ function perflab_aao_get_disabled_autoloaded_options_table(): string {
222
}
223
224
225
+ if ( count( $disabled_options_summary ) === 0 ) {
226
+ return '';
227
+ }
228
+
229
arsort( $disabled_options_summary );
230
231
$html_table = sprintf(
0 commit comments