Technical choices that affect more than this issue:
Test instructions
This PR can be acceptance tested by following these steps:
Go to the features/opengraph/api/wpseo-opengraph-images/#alter-the-opengraph-image-for-a-single-post page and make sure that the new documentation makes sense.
Quality assurance
[ ] Security - I have thought about any security implications this code might add.
[ ] Performance - I have checked that this code doesn't impact performance (greatly).
[ ] Caching - I have analyzed the caching methods that this code touches and have added instructions to deal with those.
[ ] Tested - I have tested this code to the best of my abilities.
[ ] Automated tests - I have added unit tests to verify the code works as intended.
[ ] Testability - I have added unique ids to elements, so they can be located in automated testing.
[ ] I have altered a filename.
[ ] I have adjusted the ID property accordingly and updated all internal links.
[ ] I have added the redirect to the _redirects file in the root of the project.
Fixes #
Summary
Adds documentation about the new filters introduced in: https://github.com/Yoast/wordpress-seo/pull/21383
Relevant technical choices
Technical choices that affect more than this issue:
Test instructions
This PR can be acceptance tested by following these steps:
features/opengraph/api/wpseo-opengraph-images/#alter-the-opengraph-image-for-a-single-post
page and make sure that the new documentation makes sense.Quality assurance
_redirects
file in the root of the project.