Your IP : 216.73.216.5


Current Path : /home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/Telemetry/
Upload File :
Current File : //home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/Telemetry/RepositoryInterface.php

<?php

interface NF_Telemetry_RepositoryInterface
{
    public function get();
    public function save( $new_value );
}