Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
src
/
endpoints
:
content-planner-endpoint-interface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. // phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded namespace Yoast\WP\SEO\AI\Content_Planner\Infrastructure\Endpoints; use Yoast\WP\SEO\Routes\Endpoint\Endpoint_Interface; interface Content_Planner_Endpoint_Interface extends Endpoint_Interface {}