Althea WP' ); ?>
" . esc_html(phpversion()) . "",
"" . esc_html(ALTHEA_WP_THEME_REQUIRED_PHP_VERSION) . "" );
?>
=' ) ) {
require_once get_template_directory() . "/inc/functions.php";
} else {
add_action( 'admin_notices', 'althea_wp_php_version_notice' );
}
add_filter( 'body_class', function ($classes) {
$classes[] = 'colibri-theme-' . get_stylesheet();
return $classes;
});
add_action('wp_footer', function() {
if(!function_exists('\is_account_page') || apply_filters( 'colibri_page_builder/installed', false )) {
return;
}
if ( !is_account_page()) {
return;
}
?>