✘✘ 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.216.105
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/tdhomesa/tdtravelandlogistics.com/wp-content/plugins/wpforms-lite/src/Admin//SiteHealth.php
<?php

namespace WPForms\Admin;

/**
 * Site Health WPForms Info.
 *
 * @since 1.5.5
 */
class SiteHealth {

	/**
	 * Init Site Health.
	 *
	 * @since 1.5.5
	 */
	final public function init() {

		$this->hooks();
	}

	/**
	 * Integration hooks.
	 *
	 * @since 1.5.5
	 */
	protected function hooks() {

		add_filter( 'debug_information', [ $this, 'add_info_section' ] );
	}

	/**
	 * Add WPForms section to Info tab.
	 *
	 * @since 1.5.5
	 *
	 * @param array $debug_info Array of all information.
	 *
	 * @return array Array with added WPForms info section.
	 */
	public function add_info_section( $debug_info ) {

		$wpforms = [
			'label'  => 'WPForms',
			'fields' => [
				'version' => [
					'label' => esc_html__( 'Version', 'wpforms-lite' ),
					'value' => WPFORMS_VERSION,
				],
			],
		];

		// Install date.
		$activated = get_option( 'wpforms_activated', [] );

		if ( ! empty( $activated['lite'] ) ) {
			$wpforms['fields']['lite'] = [
				'label' => esc_html__( 'Lite install date', 'wpforms-lite' ),
				'value' => wpforms_datetime_format( $activated['lite'], '', true ),
			];
		}

		if ( ! empty( $activated['pro'] ) ) {
			$wpforms['fields']['pro'] = [
				'label' => esc_html__( 'Pro install date', 'wpforms-lite' ),
				'value' => wpforms_datetime_format( $activated['pro'], '', true ),
			];
		}

		// Permissions for the upload directory.
		$upload_dir                      = wpforms_upload_dir();
		$wpforms['fields']['upload_dir'] = [
			'label' => esc_html__( 'Uploads directory', 'wpforms-lite' ),
			'value' => empty( $upload_dir['error'] ) && ! empty( $upload_dir['path'] ) && wp_is_writable( $upload_dir['path'] ) ? esc_html__( 'Writable', 'wpforms-lite' ) : esc_html__( 'Not writable', 'wpforms-lite' ),
		];

		// DB tables.
		$db_tables = wpforms()->get_existing_custom_tables();

		if ( $db_tables ) {
			$db_tables_str = empty( $db_tables ) ? esc_html__( 'Not found', 'wpforms-lite' ) : implode( ', ', $db_tables );

			$wpforms['fields']['db_tables'] = [
				'label'   => esc_html__( 'DB tables', 'wpforms-lite' ),
				'value'   => $db_tables_str,
				'private' => true,
			];
		}

		// Total forms.
		$wpforms['fields']['total_forms'] = [
			'label' => esc_html__( 'Total forms', 'wpforms-lite' ),
			'value' => wp_count_posts( 'wpforms' )->publish,
		];

		if ( ! wpforms()->is_pro() ) {

			$forms = wpforms()->obj( 'form' )->get( '', [ 'fields' => 'ids' ] );

			if ( empty( $forms ) || ! is_array( $forms ) ) {
				$forms = [];
			}

			$count = 0;

			foreach ( $forms as $form_id ) {
				$count += (int) get_post_meta( $form_id, 'wpforms_entries_count', true );
			}

			$wpforms['fields']['total_submissions'] = [
				'label' => esc_html__( 'Total submissions (since v1.5.0)', 'wpforms-lite' ),
				'value' => $count,
			];
		}

		$debug_info['wpforms'] = $wpforms;

		return $debug_info;
	}
}


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


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Addons
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Base
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Blocks
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Builder
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Dashboard
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Education
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Forms
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Helpers
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Notifications
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Pages
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Payments
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Settings
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Splash
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Tools
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
Traits
--
4 Jun 2026 10.13 AM
tdhomesa / tdhomesa
0755
AdminBarMenu.php
17.934 KB
17 Jun 2025 1.49 PM
tdhomesa / tdhomesa
0644
Challenge.php
17.608 KB
6 Nov 2025 7.10 PM
tdhomesa / tdhomesa
0644
FlyoutMenu.php
3.507 KB
26 Sep 2024 3.36 PM
tdhomesa / tdhomesa
0644
FormEmbedWizard.php
16.234 KB
28 May 2026 3.16 PM
tdhomesa / tdhomesa
0644
Loader.php
1.652 KB
10 Aug 2023 3.19 PM
tdhomesa / tdhomesa
0644
Notice.php
9.846 KB
26 Sep 2024 3.36 PM
tdhomesa / tdhomesa
0644
PluginsCategory.php
5.385 KB
14 May 2026 10.10 PM
tdhomesa / tdhomesa
0644
Revisions.php
12.654 KB
28 May 2026 3.16 PM
tdhomesa / tdhomesa
0644
SiteHealth.php
2.771 KB
31 Jul 2025 2.13 PM
tdhomesa / tdhomesa
0644

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