feat(block-theme): move coauthors RSS function to the Newspack Plugin#2671
feat(block-theme): move coauthors RSS function to the Newspack Plugin#2671laurelfulford merged 1 commit intotrunkfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the theme-level implementation that injected Co-Authors Plus author lists into RSS/feeds, with the intent that this responsibility now lives in the Newspack Plugin.
Changes:
- Removed the
newspack_coauthors_in_rss()filter callback. - Removed the
add_filter( 'the_author', ... )hook that altered feed author output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adekbadek
left a comment
There was a problem hiding this comment.
Clean removal. One note: this should be merged simultaneously with (or after) Automattic/newspack-plugin#4629 to avoid a window where co-author RSS support is missing entirely.
|
Thanks @adekbadek! I'll hold off merging this one 'til the Newspack Plugin one is finalized and merged 🙂 |
|
The Newspack Plugin version of this PR has been merged, so getting this one taken care of too 🙂 |
|
Hey @laurelfulford, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
All Submissions:
Changes proposed in this Pull Request:
This PR is a companion to Automattic/newspack-plugin#4629; they should be tested together.
Closes NPPD-1345
How to test the changes in this Pull Request:
Other information: