Introduction: wp-hooks
Create hooks insipred by Wordpress. Two types Action and Filter have been included and modifyed.
Example of the two types
; /** * Interface describing the action */ // create action; // add a command to stack for actionaction.stack.push; // do action and get resultaction4, 3.then; /** * Interface describing the filter */ // create action; // do action and get resultfilter4, 3.then;
License
The MIT License (MIT)