🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:31:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
llms-txt
/
domain
/
file
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/llms-txt/domain/file
🔄 Refresh
✏️
Editing: llms-txt-permission-gate-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Llms_Txt\Domain\File; /** * This interface is responsible for defining ways to make sure we can edit/regenerate the llms.txt file. */ interface Llms_Txt_Permission_Gate_Interface { /** * Checks if Yoast SEO manages the llms.txt. * * @return bool Checks if Yoast SEO manages the llms.txt. */ public function is_managed_by_yoast_seo(): bool; }
💾 Save Changes
❌ Cancel