My site has the following error:
Fatal error: Call to undefined function sanzo_get_page_options () in /home/julisaupiscinasc/public_html/wp-content/themes/sanzo/page.php on line 3
The code referenced in the message is as follows:
<?php
global $sanzo_theme_options;
$page_options = sanzo_get_page_options();
get_header( $sanzo_theme_options['ts_header_layout'] );
$extra_class = "";
I have already reinstalled the theme components and continue the error. Has anyone experienced something like this and can you help me?