File: //var/www/wintergenomics_site/wp-content/themes/rife-free/advance/utilities/feature.php
<?php
/* protects from undefined functions used in framework */
if(!function_exists('apollo13framework_horizontal_header_color_variant')){
function apollo13framework_horizontal_header_color_variant() {
return 'normal';
}
}
/* protects from undefined functions used in framework */
if(!function_exists('apollo13framework_cookie_message')){
function apollo13framework_cookie_message() {
return '';
}
}
if(!function_exists('apollo13framework_cookie_message_css')){
function apollo13framework_cookie_message_css() {
return '';
}
}