storefront_html_tag_schema(); causing child theme not to load
-
Hi,
I am using Store Front v2.0.3, and I have a child theme active.
A local Wampserver version of the site loads fine using the child theme.
On a live development version of the site using the child theme, the site will not load.
The debug log says:
PHP Fatal error: Call to undefined function storefront_html_tag_schema() in /var/www/vhosts/whitewreath.org.au/staging/wp-content/themes/storefront-whitewreath/header.php on line 12
If I comment out like this:
<html <?php language_attributes(); ?> <?php //storefront_html_tag_schema(); ?>>
the live development site will load with the child site.
How do I enable storefront_html_tag_schema() in the html tag of the child site?
Thanks, and regards,
Steve.
- The topic ‘storefront_html_tag_schema(); causing child theme not to load’ is closed to new replies.