wordpress/php-fpm/wordpress_files/themes/shell-lite/functions.php
2020-05-22 01:40:23 +00:00

8 lines
313 B
PHP

<?php
/**
* load the theme function files
*/
require ( get_template_directory() . '/includes/functions.php' );
require ( get_template_directory() . '/includes/customizer-options.php' );
require ( get_template_directory() . '/includes/hooks.php' );
require ( get_template_directory() . '/includes/version.php' );