// functions
require get_template_directory().'/functions/function-basic.php';
require get_template_directory().'/functions/function-gutenberg.php';
require get_template_directory().'/functions/function-enqueue.php';
require get_template_directory().'/functions/function-sidebar.php';
require get_template_directory().'/functions/function-woocommerce.php';
// end
//global functions
require get_template_directory().'/functions/class-wp-bootstrap-navwalker.php';
require get_template_directory().'/functions/class-tgm-plugin-activation.php';
require get_template_directory().'/functions/tgm-required.php';
require get_template_directory().'/parts/items.php';
// end
// customizer
if ( ! function_exists( 'weart_customizer' ) ) :
function weart_customizer( $wp_customize ) {
require_once( get_parent_theme_file_path( '/functions/customizr/sections.php') );
require_once( get_parent_theme_file_path( '/functions/customizr/section-basic.php') );
require_once( get_parent_theme_file_path( '/functions/customizr/section-hf.php') );
require_once( get_parent_theme_file_path( '/functions/customizr/section-article.php') );
require_once( get_parent_theme_file_path( '/functions/customizr/section-colors.php') );
require_once( get_parent_theme_file_path( '/functions/customizr/section-adsense.php') );
require_once( get_parent_theme_file_path( '/functions/customizr/sanitize.php') );
} endif;
add_action( 'customize_register', 'weart_customizer' );
// execute the customizer settings
// require get_template_directory().'/functions/customizr/colors.php';
// end?>
Warning: include_once(/home/thebas21/christianhis-story.com/wp-includes/header.php): failed to open stream: No such file or directory in /home/thebas21/christianhis-story.com/wp-config.php on line 91
Warning: include_once(): Failed opening '/home/thebas21/christianhis-story.com/wp-includes/header.php' for inclusion (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home/thebas21/christianhis-story.com/wp-config.php on line 91