[ad_1]
The code on a Php template I was using inside a child theme changed after updating the plug-in it was modifying. Broke some functionality and sent my browser to critical error page on pages it was trying to display the shortcode content.
Are php templates inside child theme’s normally subject to being modified during plug-in/theme updating?
It just seems weird to me that code was modified in a template I made.
I fixed the problem but am just interested to know more about the event.
[ad_2]
You’re going to need to provide specifics. I doubt a plugin changed code in a theme/template.
Without having the code and the exact error message it’s not possible to tell exactly what happened. My guess is that whatever functionality your theme was using to interact with the plugin changed within the plugin breaking your integration.