📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 01:25:03
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai
/
free-sparks
/
application
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/ai/free-sparks/application
🔄 Refresh
✏️
Editing: free-sparks-endpoints-repository.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. // phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded namespace Yoast\WP\SEO\AI\Free_Sparks\Application; use Yoast\WP\SEO\AI\Free_Sparks\Infrastructure\Endpoints\Free_Sparks_Endpoint_Interface; use Yoast\WP\SEO\Routes\Endpoint\Endpoints_Repository; /** * Repository for endpoints. */ class Free_Sparks_Endpoints_Repository extends Endpoints_Repository { /** * Constructs the repository. * * @param Free_Sparks_Endpoint_Interface ...$endpoints The endpoints to add to the repository. */ public function __construct( Free_Sparks_Endpoint_Interface ...$endpoints ) { parent::__construct( ...$endpoints ); } }
💾 Save Changes
❌ Cancel