I’m using a child theme of cbox-theme, and I’ve been getting some strange behavior when I reload my theme. When I select a different theme in the dashboard, then select my child theme again, I get a white screen of death. Debug.log shows the error:
Call to undefined function infinity_get_header() in /path/to/my-theme/templates/homepage-template.php on line 11
I have a feeling that somehow my child theme is being loaded before cbox-theme or infinity, and thus PHP doesn’t yet have infinity_get_header or any other infinity functions, so it fails. How can I fix this?