You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now that we are beyond the point of needing to support back compat. for ZenCache hooks, we should probably update the codebase. At some point we can convert all calls to applyWpFilters() to just apply_filters(). The same for doWpAction(), which can just be do_action().
Beyond that, at some point we should do another review of the AC plugin hook system in Comet Cache, because now that WordPress is exposing the standard WP hook/filter library in the early phase, we shouldn't need that any longer.
The text was updated successfully, but these errors were encountered:
Now that WordPress is exposing the standard WP hook/filter library in
the early phase, we don't need our own method for this.
This also drops backwards compatibility with ZenCache filters.
ZenCache has not been supported for more than a year now.
See wpsharks/comet-cache#893
raamdev
added a commit
to wpsharks/comet-cache-pro
that referenced
this issue
May 27, 2017
Now that WordPress is exposing the standard WP hook/filter library in
the early phase, we don't need our own method for this.
This also drops backwards compatibility with ZenCache actions.
ZenCache has not been supported for more than a year now.
See wpsharks/comet-cache#893
@jaswrks writes...
The text was updated successfully, but these errors were encountered: