📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 04:15:43
📂
/ (Root)
/
home
/
apkbfjox
/
.trash
/
wordpress-seo
/
admin
📍 /home/apkbfjox/.trash/wordpress-seo/admin
🔄 Refresh
✏️
Editing: interface-installable.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Represents the interface for an installable object. */ interface WPSEO_Installable { /** * Runs the installation routine. * * @return void */ public function install(); }
💾 Save Changes
❌ Cancel