Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Error output conflict with Yoast Plugin. #2422

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

actuallyakash
Copy link
Contributor

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:

  • My code has been tested.
  • My code passes all existing automated tests.
  • My code follows the LifterLMS Coding & Documentation Standards.

@actuallyakash actuallyakash requested a review from a team April 25, 2023 12:00
@actuallyakash actuallyakash self-assigned this Apr 25, 2023
@actuallyakash actuallyakash changed the base branch from trunk to dev April 25, 2023 12:02
Copy link
Collaborator

@eri-trabiccolo eri-trabiccolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @actuallyakash
this breaks too many things, see the failing tests.

You're deciding that llms_print_notices should not print notices anymore... but rather show notices at the_content hook.

I think we need a different strategy here...

@eri-trabiccolo eri-trabiccolo marked this pull request as draft April 25, 2023 13:01
@actuallyakash
Copy link
Contributor Author

actuallyakash commented Apr 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

Small Yoast and LifterLMS notification conflict
2 participants