Conflict with Shield Plugin
-
Hi,
This happened to us some while ago & we had to disable your plugin. Unfortunately its come back to bite us.
Referring to your posted fix/workaround for this here: https://ww.wp.xz.cn/support/topic/conflict-with-shield-plugin/
I added the filter:
add_filter('wpra/twig/use_translations', '__return_false');to theme functions.php. INitially it seemed to work, but later crashed again with same error messages in the error_log.
Currently, I have implemented your alternative fixup – editing
wp-rss-aggregator/src/Modules/TwigModule.phpand renaming dirwp-rss-aggregator/vendor/symfony/translationas posted on referenced thread. This seems to be working so far, but will of course be overweitten upon next plugin update.Q: Is there anywhere special that filter needs to go in order to work (eg: loaded via mu_plugins_loaded )?
Q: Is there any more permanent fix imminent?
Many thanks
The topic ‘Conflict with Shield Plugin’ is closed to new replies.