/**
* Theme functions and definitions.
*
* Includes the core files for BoldGrid Theme Framework.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Crio
*/
require_once get_theme_file_path( 'inc/boldgrid-theme-framework-config/config.php' );
require_once get_parent_theme_file_path( 'inc/boldgrid-theme-framework/boldgrid-theme-framework.php' );
if ( class_exists( 'Boldgrid_Framework' ) ) {
require_once get_parent_theme_file_path( 'inc/class-boldgrid-crio-welcome.php' );
$crio_welcome = new BoldGrid_Crio_Welcome();
$crio_welcome->add_hooks();
}
Warning: include_once(/home/achsch5/demo.achschoolwebsites.com/wp-includes/header.php): failed to open stream: No such file or directory in /home/achsch5/demo.achschoolwebsites.com/wp-config.php on line 99
Warning: include_once(): Failed opening '/home/achsch5/demo.achschoolwebsites.com/wp-includes/header.php' for inclusion (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/achsch5/demo.achschoolwebsites.com/wp-config.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/achsch5/demo.achschoolwebsites.com/wp-content/themes/crio/functions.php:1) in /home/achsch5/demo.achschoolwebsites.com/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /home/achsch5/demo.achschoolwebsites.com/wp-content/themes/crio/functions.php:1) in /home/achsch5/demo.achschoolwebsites.com/wp-includes/pluggable.php on line 1438