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.
2 parents 95a59f9 + 77b5f84 commit 447a7d0Copy full SHA for 447a7d0
common-toolkit.php
@@ -33,7 +33,7 @@ final public static function init() {
33
} else if( is_string( CTK_CONFIG ) ) {
34
self::$config = self::get_cache_object( $cache[ 'key' ], function() {
35
return @json_decode( file_get_contents( realpath( ABSPATH . CTK_CONFIG ) ), true ) ?: [];
36
- }, true);
+ });
37
}
38
39
0 commit comments