wecodemore/wordpress-early-hook
Composer 安装命令:
composer require wecodemore/wordpress-early-hook
包简介
Small library to safely add WordPress hooks before WordPress is loaded.
关键字:
README 文档
README
Small library to safely add WordPress hooks before WordPress is loaded.
What
This package provides two functions:
WeCodeMore\earlyAddAction()WeCodeMore\earlyAddFilter()
Having the same signature of WP's add_action and add_filter, but they are loaded with
Composer autoload, and can add hooks before WordPress is actually loaded.
Why
When we write code for WordPress with Composer support, we might be tempted to use Composer autoload file functionality to add WordPress action and filters.
When the code we're writing is part of a WP Starter project that works well, because WP Starter loads the WP plugin API before loading the Composer autoload.
But if we aim to release the code as "standalone" we don't know where it'll be used and so it might
be possible that when the Composer autoload file is required the WP plugin API is not loaded yet,
and so calling add_action/add_filter will result in a fatal error.
How
The two functions of this package first check if the actual WP functions are available, if so, it used them.
If WP functions are not available, it checks if ABSPATH constant is defined. If so, it uses it
to load the wp-includes/plugin.php file that defines the hooks API.
Since WP 4.7, that file is independent of the rest of WordPress and can be loaded before WP is
loaded. After the file is loaded, this package's functions can call the WP functions.
In the case not even ABSPATH constant is defined, this package's functions resort to fill the
$wp_filter global variable, which WordPress will "reconciliate" when loaded using
WP_Hook::build_preinitialized_hooks.
System Requirements
- PHP 7.1+
- WordPress 4.7+ (Only tested on 5.9+ for PHP 8.1+)
Installation
Via Composer, package name is wecodemore/wordpress-early-hook.
License
MIT. See LICENSE file.
Who's Behind
I'm Giuseppe, I deal with PHP since 2005. For questions, rants or chat ping me on Mastodon (@gmazzap@phpc.social). Well, it's possible I'll ignore rants.
wecodemore/wordpress-early-hook 适用场景与选型建议
wecodemore/wordpress-early-hook 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 160.6k 次下载、GitHub Stars 达 9, 最近一次更新时间为 2023 年 03 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「wordpress」 「filters」 「hooks」 「wp」 「actions」 「wordpress hooks」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 wecodemore/wordpress-early-hook 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wecodemore/wordpress-early-hook 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 wecodemore/wordpress-early-hook 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Simple filters for laravel
Livewire Filters is a series of Livewire components that provide you with the tools to do live filtering of your data from your own Livewire components.
A lightweight WordPress hook helper library. Register hooks before WordPress loads, run callbacks only once, and more.
Hooks integrated in Voyager
Filters extension for Nette Framework
Laravel Advanced Filter
统计信息
- 总下载量: 160.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 31
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-01