Download the PHP package hellonico/wp-early-hooks without Composer
On this page you can find all versions of the php package hellonico/wp-early-hooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-early-hooks
WP Early Hooks
Add filters and actions (add_filter
and add_action
) before anything in WordPress has even started (such as advanced-cache hooks) thanks to the WP_Hook::build_preinitialized_hooks
method which normalizes raw shaped hooks (e.g. an array stored in $GLOBALS['wp_filter']
).
Usage
This package exposes two functions with the same signature than add_filter
and add_action
:
All versions of wp-early-hooks with dependencies
PHP Build Version
Package Version
No informations.
The package hellonico/wp-early-hooks contains the following files
Loading the files please wait ....