@wordpress/hooks
Advanced tools
Comparing version 0.1.0-beta.3 to 0.1.0-beta.4
{ | ||
"name": "@wordpress/hooks", | ||
"version": "0.1.0-beta.3", | ||
"version": "0.1.0-beta.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -1,7 +0,15 @@ | ||
# WP-JS-Hooks | ||
# @wordpress/hooks | ||
A lightweight & efficient EventManager for JavaScript in WordPress. | ||
## Installation | ||
### API Usage | ||
Install the module | ||
```bash | ||
npm install @wordpress/hooks@next --save | ||
``` | ||
### Usage | ||
API functions can be called via the global `wp.hooks` like this `wp.hooks.addAction()`, etc. | ||
@@ -8,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81312
43