add cache blocks

This commit is contained in:
arlemp@selectel.ru
2021-11-03 00:08:16 +03:00
parent 2d174073fd
commit dfcd1458ab
8 changed files with 121 additions and 48 deletions

View File

@@ -3,6 +3,9 @@
define('IMGURL', 'http://img.vetandlife.ru/');
define("COOK_GOLOS", "_ya_id_76543_w");
define("COOK_VALUE", "7895");
define('VIJ_CACHE', ABSPATH.'wp-content/themes/vij/cache/');
define('BASE_VIJ', ABSPATH.'wp-content/themes/vij/');
require get_template_directory().'/src/calend-block.php';
require get_template_directory().'/src/calendar.php';