Skip to content

Commit

Permalink
Update disable-feeds.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Oct 26, 2024
1 parent 66cae3d commit 69584bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions disable-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
Plugin Name: Disable Feeds
Plugin URI: https://www.littlebizzy.com/plugins/disable-feeds
Description: Disables RSS and 301s to parent
Version: 1.0.0
Version: 1.0.1
Requires PHP: 7.0
Author: LittleBizzy
Author URI: https://www.littlebizzy.com
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
GitHub Plugin URI: littlebizzy/disable-feeds
Primary Branch: master
Tested up to: 6.6
*/

// Prevent direct access
// prevent direct access
if ( ! defined( 'ABSPATH' ) ) {
exit;
}

// Disable WordPress.org updates for this plugin
// disable wordpress.org updates for this plugin
add_filter( 'gu_override_dot_org', function( $overrides ) {
$overrides[] = 'disable-feeds/disable-feeds.php';
return $overrides;
Expand Down

0 comments on commit 69584bc

Please sign in to comment.