# wordpress-seo/trunk/src/task-list/infrastructure/endpoints/task-list-endpoint-interface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version trunk. 9 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/src/task-list/infrastructure/endpoints/task-list-endpoint-interface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/src/task-list/infrastructure/endpoints/task-list-endpoint-interface.php
- Modified: 2026-03-31T11:40:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/trunk/code/src/task-list/infrastructure/endpoints/task-list-endpoint-interface.php#L10-L20`.

```php
<?php

// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
namespace Yoast\WP\SEO\Task_List\Infrastructure\Endpoints;

use Yoast\WP\SEO\Routes\Endpoint\Endpoint_Interface;

interface Task_List_Endpoint_Interface extends Endpoint_Interface {}

```
