/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
pro-elements
/
core
/
data
/
interfaces
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/pro-elements/core/data/interfaces
Edit:
/home/melaqxso/public_html/wp-content/plugins/pro-elements/core/data/interfaces/endpoint.php
<?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; }
Ukuran: 362 B