📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:57:32
📂
/ (Root)
/
home
/
apkbfjox
/
epiwinn.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
application
/
endpoints
📍 /home/apkbfjox/epiwinn.com.pk/wp-content/plugins/wordpress-seo/src/dashboard/application/endpoints
🔄 Refresh
✏️
Editing: endpoints-repository.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Dashboard\Application\Endpoints; use Yoast\WP\SEO\Dashboard\Infrastructure\Endpoints\Dashboard_Endpoint_Interface; use Yoast\WP\SEO\Routes\Endpoint\Endpoints_Repository as Base_Endpoints_Repository; /** * Repository for endpoints. */ class Endpoints_Repository extends Base_Endpoints_Repository { /** * Constructs the repository. * * @param Dashboard_Endpoint_Interface ...$endpoints The endpoints to add to the repository. */ public function __construct( Dashboard_Endpoint_Interface ...$endpoints ) { parent::__construct( ...$endpoints ); } }
💾 Save Changes
❌ Cancel