This repository has been archived on 2022-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
divi/core/components/cache/init.php

13 lines
217 B
PHP

<?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;