humanmade/remove-class-filter
最新稳定版本:0.1.0
Composer 安装命令:
composer require humanmade/remove-class-filter
包简介
Removes a filter/action added by a WordPress plugin/theme class.
README 文档
README
This repository defines a utility function remove_class_filter which can be used to remove a filter/action added by a WordPress plugin/theme class.
Installation
This project can be installed using Composer as humanmade/remove-class-filter.
Usage
use function HM_Remove_Class_Filter\remove_class_filter; // Remove LSD_Admin::block_admin from the admin_init action (default priority). remove_class_filter( 'admin_init', 'LSD_Admin', 'block_admin' );
统计信息
- 总下载量: 159
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-07-18