📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:53:13
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai-generator
/
domain
/
endpoint
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/wordpress-seo/src/ai-generator/domain/endpoint
🔄 Refresh
✏️
Editing: endpoint-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\AI_Generator\Domain\Endpoint; 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; }
💾 Save Changes
❌ Cancel