/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
routes
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/wordpress-seo/src/routes
Edit:
/home/melaqxso/public_html/wp-content/plugins/wordpress-seo/src/routes/endpoint-interface.php
<?php namespace Yoast\WP\SEO\Routes; interface Endpoint_Interface { /** * Gets the name. * * @return string */ public function get_name(): string; /** * Gets the namespace. * * @return string */ public function get_namespace(): string; /** * Gets the route. * * @return string */ public function get_route(): string; /** * Gets the URL. * * @return string */ public function get_url(): string; }
Ukuran: 442 B