Skip to content

Commit 0f30142

Browse files
authored
Update readme.md
1 parent d031b1b commit 0f30142

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

readme.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
# Disable Feeds
22

3-
Completely disables all RSS, Atom, and RDF feeds generated by WordPress to simplify code and avoid aggregate indexing of feed data across the web.
4-
5-
* [Plugin Homepage (LittleBizzy.com)](https://www.littlebizzy.com/plugins/disable-feeds)
6-
* [Free Facebook Group](https://www.facebook.com/groups/littlebizzy/)
7-
8-
### Defined Constants
9-
10-
/* Plugin Meta */
11-
define('DISABLE_NAG_NOTICES', true);
12-
13-
### Compatibility
14-
15-
This plugin has been designed for use on [SlickStack](https://slickstack.io) web servers with PHP 7.2 and MySQL 5.7 to achieve best performance. All of our plugins are meant for single site WordPress installations only — for both performance and usability reasons, we strongly recommend avoiding WordPress Multisite for the vast majority of your projects.
16-
17-
Any of our WordPress plugins may also be loaded as "Must-Use" plugins (meaning that they load first, and cannot be deactivated) by using our free [Autoloader](https://github.com/littlebizzy/autoloader) script in the `mu-plugins` directory.
18-
19-
### Support Issues
20-
21-
Please do not submit Pull Requests. Instead, kindly create a new Issue with relevant information if you are an experienced developer, otherwise you may become a [**LittleBizzy.com Member**](https://www.littlebizzy.com/members) if your company requires official support.
3+
Disables RSS and 301s to parent
4+
5+
## Changelog
6+
7+
### 1.0.0
8+
- supports Git Updater
9+
- supports PHP 7.0 to PHP 8.3
10+
- disables all feeds (RSS, RDF, Atom, comments)
11+
- redirects feed URLs to parent page which are almost always `/feed/`
12+
- works with custom post types also
13+
- removes feed links from `<head>`
14+
- supports Multisite

0 commit comments

Comments
 (0)