📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 21:18:29
📂
/ (Root)
/
home
/
apkbfjox
/
jilievogame.net
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai
/
authorization
/
infrastructure
📍 /home/apkbfjox/jilievogame.net/wp-content/plugins/wordpress-seo/src/ai/authorization/infrastructure
🔄 Refresh
✏️
Editing: access-token-user-meta-repository-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\AI\Authorization\Infrastructure; /** * Interface Access_Token_User_Meta_Repository_Interface * * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded */ interface Access_Token_User_Meta_Repository_Interface extends Token_User_Meta_Repository_Interface { public const META_KEY = '_yoast_wpseo_ai_generator_access_jwt'; }
💾 Save Changes
❌ Cancel