• File: content-planner-endpoint-interface.php
  • Full Path: /home/satp2352/public_html/multitasjayautama.com/comment-template/buttons/wincher/nextpage/content-planner-endpoint-interface.php
  • Date Modified: 05/22/2026 6:32 AM
  • File size: 369 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 {}