📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:03:00
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
domain
/
data-provider
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider
🔄 Refresh
✏️
Editing: data-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Dashboard\Domain\Data_Provider; /** * The interface to describe the data domain. */ interface Data_Interface { /** * A to array method. * * @return array<string> */ public function to_array(): array; }
💾 Save Changes
❌ Cancel