File: /home/elixirofceylontea/public/wp-content/themes/posterity/advance/utilities/feature.php
<?php
/* protects from undefined functions used in framework */
if(!function_exists('posterity_horizontal_header_color_variant')){
function posterity_horizontal_header_color_variant() {
return 'normal';
}
}
/* protects from undefined functions used in framework */
if(!function_exists('posterity_cookie_message')){
function posterity_cookie_message() {
return '';
}
}
if(!function_exists('posterity_cookie_message_css')){
function posterity_cookie_message_css() {
return '';
}
}