Browse
For agents
About
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization
/
4.2.13
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization
v4.2.13
Switch version
4.2.13
4.2.12
4.2.11
4.2.10
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
2.5.5
2.5.6
2.5.7
3.0.0
3.0.1
3.1.0
3.1.1
3.1.2
3.1.3
3.10.0
3.11.0
3.11.1
3.11.2
3.11.3
3.12.0
3.12.1
All 134 releases
Overview
Code
← All changes
|
inc/cli.php
+3
-2
2.5.6
→
4.2.13
View file →
@@ -26,11 +26,12 @@
26
26
* CLI controllers
27
27
*
28
28
* @var array List of CLI controllers.
29
29
*/
30
-
private $commands = array(
30
+
private $commands = [
31
31
'setting',
32
-
);
32
+
'media',
33
+
];
33
34
34
35
/**
35
36
* Optml_Cli constructor.
36
37
*/