✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.6
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/tdhomesa/public_html/wp-content/plugins/forminator/library//class-export-result.php
<?php
/**
 * Forminator Export Result
 *
 * @package Forminator
 */

if ( ! defined( 'ABSPATH' ) ) {
	die();
}

/**
 * Class Forminator_Export_Result
 *
 * Export result data struct
 *
 * @since 1.5.4
 */
class Forminator_Export_Result {

	/**
	 * Export data.
	 *
	 * @var array
	 */
	public $data = array();

	/**
	 * Entries count
	 *
	 * @var int
	 */
	public $entries_count = 0;

	/**
	 * New entries count
	 *
	 * @var int
	 */
	public $new_entries_count = 0;

	/**
	 * Form Model Instance
	 *
	 * @var Forminator_Base_Form_Model | null
	 */
	public $model = null;

	/**
	 * Latest entry Id
	 *
	 * @var int
	 */
	public $latest_entry_id = 0;

	/**
	 * File path
	 *
	 * @var string
	 */
	public $file_path = '';

	/**
	 * Form type
	 *
	 * @var string
	 */
	public $form_type = '';


	/**
	 * Forminator_Export_Result Constructor
	 */
	public function __construct() {
	}

	/**
	 * Parsing filters
	 *
	 * @since 1.5.4
	 */
	public function request_filters() {
		$data_range   = Forminator_Core::sanitize_text_field( 'date_range' );
		$search       = Forminator_Core::sanitize_text_field( 'search' );
		$min_id       = Forminator_Core::sanitize_text_field( 'min_id' );
		$max_id       = Forminator_Core::sanitize_text_field( 'max_id' );
		$order_by     = Forminator_Core::sanitize_text_field( 'order_by' );
		$order        = Forminator_Core::sanitize_text_field( 'order' );
		$user_stat    = Forminator_Core::sanitize_text_field( 'user_status' );
		$entry_status = Forminator_Core::sanitize_text_field( 'entry_status' );

		$filters = array();
		if ( ! empty( $data_range ) ) {
			$date_ranges = explode( ' - ', $data_range );
			if ( is_array( $date_ranges ) && isset( $date_ranges[0] ) && isset( $date_ranges[1] ) ) {
				$date_ranges[0] = gmdate( 'Y-m-d', strtotime( $date_ranges[0] ) );
				$date_ranges[1] = gmdate( 'Y-m-d', strtotime( $date_ranges[1] ) );

				forminator_maybe_log( __METHOD__, $date_ranges );
				$filters['date_created'] = array( $date_ranges[0], $date_ranges[1] );
			}
		}
		if ( ! empty( $search ) ) {
			$filters['search'] = $search;
		}

		if ( ! empty( $min_id ) ) {
			$min_id = intval( $min_id );
			if ( $min_id > 0 ) {
				$filters['min_id'] = $min_id;
			}
		}

		if ( ! empty( $max_id ) ) {
			$max_id = intval( $max_id );
			if ( $max_id > 0 ) {
				$filters['max_id'] = $max_id;
			}
		}
		if ( $order_by ) {
			$filters['order_by'] = $order_by;
		}

		if ( $order ) {
			$filters['order'] = $order;
		}

		if ( ! empty( $user_stat ) ) {
			$filters['user_status'] = $user_stat;
		}

		if ( $entry_status ) {
			$filters['entry_status'] = $entry_status;
		}

		return $filters;
	}
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
3 Jul 2026 2.56 PM
tdhomesa / tdhomesa
0755
abstracts
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
addon
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
calculator
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
external
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
field-autofill-providers
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
fields
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
gateways
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
helpers
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
lib
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
mixpanel
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
model
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
modules
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
protection
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
render
--
20 Aug 2025 10.03 AM
tdhomesa / tdhomesa
0755
class-api.php
54.263 KB
3 Mar 2025 4.08 PM
tdhomesa / tdhomesa
0644
class-autofill-loader.php
6.81 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-captcha-verification.php
3.651 KB
14 Apr 2025 2.55 PM
tdhomesa / tdhomesa
0644
class-core.php
23.687 KB
18 Aug 2025 3.48 PM
tdhomesa / tdhomesa
0644
class-database-tables.php
5.178 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-export-result.php
2.566 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-export.php
60.804 KB
17 Mar 2025 5.29 PM
tdhomesa / tdhomesa
0644
class-form-fields.php
4.995 KB
3 Feb 2025 5.11 PM
tdhomesa / tdhomesa
0644
class-forminator-hub-connector.php
9.266 KB
14 Jul 2025 3.42 PM
tdhomesa / tdhomesa
0644
class-geo.php
4.382 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-integration-loader.php
19.328 KB
3 Feb 2025 5.11 PM
tdhomesa / tdhomesa
0644
class-loader.php
2.536 KB
3 Feb 2025 5.11 PM
tdhomesa / tdhomesa
0644
class-migration.php
28.507 KB
24 Dec 2024 8.31 PM
tdhomesa / tdhomesa
0644
class-modules.php
1.98 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-page-cache.php
8.049 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-protection.php
1.034 KB
2 Sep 2024 3.32 PM
tdhomesa / tdhomesa
0644
class-reports.php
7.193 KB
3 Feb 2025 5.11 PM
tdhomesa / tdhomesa
0644
class-shortcode-generator.php
16.426 KB
25 Nov 2024 9.22 PM
tdhomesa / tdhomesa
0644
class-template-api.php
7.535 KB
3 Mar 2025 4.08 PM
tdhomesa / tdhomesa
0644
class-upgrade.php
1.499 KB
3 Feb 2025 5.11 PM
tdhomesa / tdhomesa
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF