<?php /** * * WARNING: Please do not edit this file in any way * * load the theme function files */ require ( get_template_directory() . '/includes/functions.php' ); require ( get_template_directory() . '/includes/theme-options.php' ); require ( get_template_directory() . '/includes/hooks.php' ); require ( get_template_directory() . '/includes/version.php' );