get( 'Version' ) ); } /** * * Custom template function for this theme. */ require get_template_directory() . '/inc/custom-functions.php'; /** * Implement the WordPress Hooks. */ require get_template_directory() . '/inc/wp-hooks.php'; /** * Custom functions that act independently of the theme templates. */ require get_template_directory() . '/inc/extras.php'; /** ** Custom template functions for this theme. */ require get_template_directory() . '/inc/template-functions.php'; /** * Implement the template hooks. */ require get_template_directory() . '/inc/template-hooks.php'; /** * Custom functions that act independently of the theme templates. */ require get_template_directory() . '/inc/widgets/widgets.php'; /* * custom function for metabox. */ require get_template_directory() . '/inc/metabox.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer/customizer.php'; /** * Load Jetpack compatibility file. */ require get_template_directory() . '/inc/jetpack.php'; /** * Info Section */ require get_template_directory() . '/inc/info.php'; /** * WooCommerce Related funcitons */ if( preschool_and_kindergarten_is_woocommerce_activated() ) require get_template_directory() . '/inc/woocommerce-functions.php';