Revert "Add wp.hooks - JavaScript actions and filters."

Revert `wp.hooks` for now as we continue to refine and test. 

Reverts [41375].


git-svn-id: https://develop.svn.wordpress.org/trunk@41751 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Adam Silverstein
2017-10-04 20:24:52 +00:00
parent 0cc238c7c7
commit a500586603
6 changed files with 2 additions and 940 deletions

View File

@@ -363,7 +363,7 @@ function doing_filter( $filter = null ) {
}
/**
* Retrieve whether action currently being processed.
* Retrieve the name of an action currently being processed.
*
* @since 3.9.0
*