File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33Plugin Name: Disable Feeds
44Plugin URI: https://www.littlebizzy.com/plugins/disable-feeds
55Description: Disables RSS and 301s to parent
6- Version: 1.0.0
6+ Version: 1.0.1
7+ Requires PHP: 7.0
78Author: LittleBizzy
89Author URI: https://www.littlebizzy.com
910License: GPLv3
1011License URI: https://www.gnu.org/licenses/gpl-3.0.html
1112GitHub Plugin URI: littlebizzy/disable-feeds
1213Primary Branch: master
13- Tested up to: 6.6
1414*/
1515
16- // Prevent direct access
16+ // prevent direct access
1717if ( ! defined ( 'ABSPATH ' ) ) {
1818 exit ;
1919}
2020
21- // Disable WordPress .org updates for this plugin
21+ // disable wordpress .org updates for this plugin
2222add_filter ( 'gu_override_dot_org ' , function ( $ overrides ) {
2323 $ overrides [] = 'disable-feeds/disable-feeds.php ' ;
2424 return $ overrides ;
You can’t perform that action at this time.
0 commit comments