Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21170, comment 173


Ignore:
Timestamp:
09/14/2017 06:42:59 PM (7 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21170, comment 173

    initial v1  
    11Thanks for the clarification. I '''am''' curious to see if `wp.hooks` proves useful in Gutenberg, or what changes that use might bring up! In the meantime, I would also like to start using `wp.hooks` in core.
    22
    3 The goal of getting `wp.hooks` into core is to start trying to use is internally - I'm going to work on a demonstration of that next.
     3The goal of getting `wp.hooks` into trunk is to start trying to use is internally - I'm going to work on a demonstration of that next.
    44
    55If we find the `wp.hooks` library is not useful or feel its API is not stable before the 4.9 release, I would support reverting or possubly authoring a dev note as well as liberal inline comments explaining that this is a new API that may have breaking changes and if developers use it they should watch development closely.