0byt3m1n1-V2
Path:
/
home
/
yvffpqmy
/
public_html
/
wp-content
/
plugins
/
meta-box
/
inc
/
interfaces
/
[
Home
]
File: storage.php
<?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 = [] ); }
©
2018.