Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR] Refactor codebase to remove unnecessary applyWpFilters() and doWpAction() #317

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    e09fd30 View commit details
    Browse the repository at this point in the history
  2. Replace applyWpFilters() with apply_filters()

     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 committed May 27, 2017
    Configuration menu
    Copy the full SHA
    6f99eef View commit details
    Browse the repository at this point in the history
  3. Replace doWpAction() with do_action()

     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
    raamdev committed May 27, 2017
    Configuration menu
    Copy the full SHA
    0036143 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    e6b5266 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2017

  1. Configuration menu
    Copy the full SHA
    a92a4fd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Force change

    raamdev committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    dd0ad0c View commit details
    Browse the repository at this point in the history