#4959 closed enhancement (wontfix)
Provide option to disable feeds
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Feeds seems to be turned on by default. Provide a way to not have feeds at all.
Change History (6)
#2
@
18 years ago
Er, let me clarify.
Cons: probably few would use, so it adds "bloat". Plugin could handle easily.
Pros: with all the sites that just rip off content, wp installs that don't want to support feeds or rippers of content can just disable themes
#3
@
18 years ago
Seems like plugin territory to me.
Plugin could add a filter to "request" and look for the feed query_var, then call wp_die or wp_redirect when it's found. That would break all feed capabilities right away.
Note: See
TracTickets for help on using
tickets.
Could easily be handled by a plugin for the few people that want this.
Not sure how I feel about including it in the core.