lifterlms icon indicating copy to clipboard operation
lifterlms copied to clipboard

Fixed Error output conflict with Yoast Plugin.

Open actuallyakash opened this issue 2 years ago • 1 comments
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.

actuallyakash avatar Apr 25 '23 12:04 actuallyakash

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.

actuallyakash avatar Apr 27 '23 11:04 actuallyakash

We don't want a the_content action in lieu of printing notices.

brianhogg avatar Jun 12 '24 13:06 brianhogg