We have tracked an issue to a single line of code, that when removed, stops generating the errors.
<?php x_main_content_class(); ?>This is located in several files: wp-page, wp-sidebar, and wp-post
When we remove the line, the errors stop - but whenever we update the theme, the code is placed in the files again, and it’s begins to generate errors again.
Error messages:
“Error message: Uncaught Error: Call to undefined function x_link_pages() in …”
“Uncaught Error: Call to undefined function x_main_content_class() in …”
