diff --git a/functions.php b/functions.php index 5b3fabdc..6f33daff 100644 --- a/functions.php +++ b/functions.php @@ -5,6 +5,11 @@ * @package understrap */ +/** + * Initialize theme default settings + */ +require get_template_directory() . '/inc/theme-settings.php'; + /** * Theme setup and custom theme supports. */ @@ -17,11 +22,6 @@ require get_template_directory() . '/inc/setup.php'; */ require get_template_directory() . '/inc/widgets.php'; -/** - * Load functions to secure your WP install. - */ -// require get_template_directory() . '/inc/security.php'; - /** * Enqueue scripts and styles. */ diff --git a/inc/theme-settings.php b/inc/theme-settings.php new file mode 100755 index 00000000..c7ab6e0a --- /dev/null +++ b/inc/theme-settings.php @@ -0,0 +1,32 @@ +