📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:16:13
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
llms-txt
/
domain
/
markdown
/
sections
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/wordpress-seo/src/llms-txt/domain/markdown/sections
🔄 Refresh
✏️
Editing: section-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded namespace Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Sections; use Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Items\Item_Interface; /** * Represents a section. */ interface Section_Interface extends Item_Interface { /** * Returns the prefix of the section. * * @return string */ public function get_prefix(): string; }
💾 Save Changes
❌ Cancel