📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:59:45
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
meta-box
/
inc
/
interfaces
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/meta-box/inc/interfaces
🔄 Refresh
✏️
Editing: storage.php
Writable
<?php /** * Storage interface. */ interface RWMB_Storage_Interface { /** * Get value from storage. * * @param int $object_id Object id. * @param string $name Field name. * @param array $args Custom arguments.. * @return mixed */ public function get( $object_id, $name, $args = [] ); }
💾 Save Changes
❌ Cancel