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 2199ebb commit 1b96f73Copy full SHA for 1b96f73
plugins/optimization-detective/deprecated.php
@@ -12,6 +12,10 @@
12
exit; // Exit if accessed directly.
13
}
14
15
+// Temporary class alias for back-compat after rename, deprecated since October 2024.
16
+class_alias( OD_URL_Metric_Group::class, 'OD_URL_Metrics_Group' );
17
+class_alias( OD_URL_Metric_Group_Collection::class, 'OD_URL_Metrics_Group_Collection' );
18
+
19
/**
20
* Namespace for optimization-detective.
21
*
0 commit comments