Viewing 1 post (of 1 total)
  • Author
    Posts
  • #43018
    PVCUser
    Participant

    In counter.php:

    private function db_commit_insert() has a bunch of commented out lines. Leaving these commented seems to keep it from counting properly. Fix: Uncomment the commented code in this function.

    Another potential bug in counter.php:
    check_post_php(), check_post_js(), and check_post_ajax() all end with “$this->check_post( $post_id );”

    However, check_post_rest_api() adds a return to this line and ends with “return $this->check_post( $post_id );”

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.