• File: config-template.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/speedycache/assets/config-template.php
  • File size: 201 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if(!defined('ABSPATH')){
	exit();
}

$speedycache_ac_config = 'REPLACE_CONFIG';

if(empty($speedycache_ac_config) || !is_array($speedycache_ac_config)){
	$speedycache_ac_config = [];
}