📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 10:35:42
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
admin
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/admin
🔄 Refresh
✏️
Editing: interface-collection.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Interface that represents a collection. */ interface WPSEO_Collection { /** * Returns the collection data. * * @return array The collection data. */ public function get(); }
💾 Save Changes
❌ Cancel