Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: 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; }