承接 wvnderlab-agency/wp-disable-feeds 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wvnderlab-agency/wp-disable-feeds

最新稳定版本:0.2.0

Composer 安装命令:

composer require wvnderlab-agency/wp-disable-feeds

包简介

A simple WordPress mu-plugin to disable feeds.

README 文档

README

PHP WordPress WP Coding Standards

Installation

Via Composer

composer require wvnderlab-agency/wp-disable-feeds

Via FTP

  1. Download the repository zip file.
  2. Unzip the file.
  3. Upload the unzipped folder to the /wp-content/muplugins or /wp-content/plugins/ directory on your server.
  4. Navigate to the 'Plugins' section in your WordPress admin dashboard.
  5. Find 'Disable feeds' in the list and click 'Activate'.

Via WordPress Admin Dashboard

  1. Download the repository zip file.
  2. Navigate to the 'Plugins' section in your WordPress admin dashboard.
  3. Click 'Add New' and then 'Upload Plugin'.
  4. Choose the downloaded zip file and click 'Install Now'.
  5. After installation, click 'Activate Plugin'.

Usage

Filter Hooks

wvnderlab/disable-feeds/enabled (Default: true)

This filter allows you to disable the plugin functionality.

// disable the plugin functionality
add_filter( 'wvnderlab/disable-feeds/enabled', '__return_false' );

Development

Install Dependencies

composer install

Analyse Code-Quality with WP-Coding-Standards

composer analyze

Refactor Code along WP-Coding-Standards

composer refactor

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-13