File "init.php"
Full path: /home/lightang/lifting/wp-content/themes/Divi/core/components/cache/init.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'et_core_cache_init' ) ):
function et_core_cache_init() {}
endif;
if ( ! defined( 'et_core_cache_dir' ) ):
function et_core_cache_dir() {
return ET_Core_Cache_Directory::instance();
}
endif;