diff --git a/plugins/optimization-detective/storage/post-type.php b/plugins/optimization-detective/storage/post-type.php index affb2adf9..ba072f0a8 100644 --- a/plugins/optimization-detective/storage/post-type.php +++ b/plugins/optimization-detective/storage/post-type.php @@ -190,7 +190,7 @@ static function ( OD_URL_Metric $url_metric ): array { }, $group_collection->get_flattened_url_metrics() ), - JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES // TODO: No need for pretty-printing. + JSON_UNESCAPED_SLASHES // No need for escaped slashes since not printed to frontend. ); $has_kses = false !== has_filter( 'content_save_pre', 'wp_filter_post_kses' );