Current Path : /home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/AJAX/Requests/ |
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. } }