HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u106391720 (10342218)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/34/d890102484/htdocs/wp-content/plugins/ninja-forms/includes/Telemetry/CountMetric.php
<?php

class NF_Telemetry_CountMetric extends NF_Telemetry_Metric
{
    public function increment( $increment = 1 )
    {
        $count = $this->get();
        $new_count = $count + $increment;
        return $this->save( $new_count );
    }
}