Yoast SEO 28.1 — docs(customization-free): Document new wpseo_bulk_editor_excluded_post_types filter#415
Open
claude[bot] wants to merge 2 commits into
Open
Conversation
…t_types filter Introduced in 28.1-RC5. New public filter allows developers to control which post types appear in the Yoast SEO bulk editor. Default exclusion list is ['attachment'].
Deploying yoast-developer with
|
| Latest commit: |
a2c6833
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8ee7c2bf.yoast-developer.pages.dev |
| Branch Preview URL: | https://rc-sync-wordpress-seo-28-1-r-te8c.yoast-developer.pages.dev |
leonidasmi
reviewed
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RC docs sync — 28.1-RC5
Product: wordpress-seo
Area: customization-free
Source evidence:
src/bulk-editor/infrastructure/content-types/content-types-collector.php(line ~597): newapply_filters( 'wpseo_bulk_editor_excluded_post_types', [ 'attachment' ] )— allows excluding post types from the bulk editor; default excludesattachment.Changes in this PR
docs/customization/yoast-seo/filters/bulk-editor-excluded-post-types-filter.md— new page documenting thewpseo_bulk_editor_excluded_post_typesfilter with add and remove examplessidebars.js— adds the new page to the Yoast SEO filters navigation groupVerification
yarn buildpasses locally in this workflow.yarn lintclean for files touched by this PR.Reviewer notes
get_excluded_post_types) insideContent_Types_Collector. It has no@internalannotation, its path is outside/admin/and/user-interface/, and the default exclusion ofattachmentis documented in the filter's PHPDoc. Treated as public.Authored by the RC docs-sync agent. Not auto-merged — requires human review. Run: https://github.com/Yoast/developer/actions/runs/29478259947