lifterlms
lifterlms copied to clipboard
Fixed Error output conflict with Yoast Plugin.
trafficstars
Description
The Yoast plugin stopped the error output from printing out by taking it as a meta description.
Fixes #1779
How has this been tested?
Manually.
Types of changes
Bug fix
Checklist:
- [x] My code has been tested.
- [x] My code passes all existing automated tests.
- [x] My code follows the LifterLMS Coding & Documentation Standards.
Note for self:
A hook in src\integrations\front-end-integration.php on line no. 231 is the issue, which needs to be tackled in the Yoast Plugin.
We don't want a the_content action in lieu of printing notices.