FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
llms-txt
/
domain
/
content
Edit File: post-collection-interface.php
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Llms_Txt\Domain\Content; /** * Describes the post collection interface. */ interface Post_Collection_Interface {}
Save
Back