📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 07:51:08
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
admin
📍 /home/supecsoq/public_html/domains/migalexpark.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