[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.224.64.51: ~ $
<?php
namespace ElementorPro\Core\Data\Interfaces;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

interface Endpoint {
	/**
	 * @return string The interface ID
	 */
	public function get_name(): string;

	/**
	 * @return string The route slug which will be used to access the endpoint by URL.
	 */
	public function get_route(): string;
}

Filemanager

Name Type Size Permission Actions
endpoint.php File 362 B 0644