Your IP : 216.73.216.5


Current Path : /home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/AJAX/Requests/
Upload File :
Current File : //home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/AJAX/Requests/NullRequest.php

<?php if ( ! defined( 'ABSPATH' ) ) exit;

final class NF_AJAX_Requests_NullRequest extends WP_Async_Request
{
    protected $action = 'nf_null_request';

    protected function handle() {
        // This section intentionally left blank.
    }
}