GRAYBYTE WORDPRESS FILE MANAGER1492

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/inteuuod/public_html/wp-content/plugins/wpforms-lite/src/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/public_html/wp-content/plugins/wpforms-lite/src//API.php
<?php

namespace WPForms;

use WPForms\Admin\Tools\Views\Import;

/**
 * Class API.
 *
 * @since 1.8.6
 */
class API {

	/**
	 * Registry.
	 * Contains name of the class and method to be called.
	 * For non-static methods, should contain the id to operate via wpforms->get( 'class' ).
	 *
	 * @todo Add non-static methods processing.
	 *
	 * @since 1.8.6
	 *
	 * @var array[]
	 */
	private $registry = [
		'import_forms' => [
			'class'  => Import::class,
			'method' => 'import_forms',
		],
	];

	/**
	 * Magic method to call a method from registry.
	 *
	 * @since 1.8.6
	 *
	 * @param string $name Method name.
	 * @param array  $args Arguments.
	 *
	 * @return mixed|null
	 */
	public function __call( string $name, array $args ) {

		$callback = $this->registry[ $name ] ?? null;

		if ( $callback === null ) {
			return null;
		}

		return call_user_func( [ $callback['class'], $callback['method'] ], ...$args );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Access
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Admin
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Db
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Emails
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Forms
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Frontend
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Helpers
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Integrations
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Lite
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Logger
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Migrations
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Providers
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Requirements
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
SmartTags
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
Tasks
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
.htaccess
0.41 KB
July 10 2025 04:32:21
inteuuod / inteuuod
0644
API.php
0.901 KB
January 16 2024 17:57:58
inteuuod / inteuuod
0644
ErrorHandler.php
11.45 KB
June 17 2025 13:49:02
inteuuod / inteuuod
0644
Loader.php
17.587 KB
June 17 2025 13:49:02
inteuuod / inteuuod
0644
WPForms.php
16.063 KB
February 27 2025 17:40:00
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF