📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:05:16
📂
/ (Root)
/
home
/
apkbfjox
/
epiwinn.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
editors
/
domain
/
seo
📍 /home/apkbfjox/epiwinn.com.pk/wp-content/plugins/wordpress-seo/src/editors/domain/seo
🔄 Refresh
✏️
Editing: seo-plugin-data-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Editors\Domain\Seo; /** * This class describes the SEO data interface. */ interface Seo_Plugin_Data_Interface { /** * Returns the data as an array format. * * @return array<string> */ public function to_array(): array; /** * Returns the data as an array format meant for legacy use. * * @return array<string> */ public function to_legacy_array(): array; }
💾 Save Changes
❌ Cancel