/
var
/
www
/
wp2.qr4y.com
/
www
/
wp-content
/
plugins
/
elementor-pro
/
core
/
data
/
interfaces
/
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/core/data/interfaces
mkdir
upload
Name
Size
Mode
Actions
endpoint.php
362
0644
edit
dl
rm
Edit:
/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/core/data/interfaces/endpoint.php
(362B)
<?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; }
Save