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 dd8397d commit 71f1ce3Copy full SHA for 71f1ce3
1 file changed
simple-wp-optimizer.php
@@ -118,11 +118,11 @@ function es_optimizer_get_default_options() {
118
*/
119
function es_optimizer_get_options() {
120
static $cached_options = null;
121
-
+
122
if ( null === $cached_options ) {
123
$cached_options = get_option( 'es_optimizer_options', es_optimizer_get_default_options() );
124
}
125
126
return $cached_options;
127
128
0 commit comments