/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
meta-box
/
inc
/
interfaces
/
/home/techb158/public_html/wp-content/plugins/meta-box/inc/interfaces
mkdir
upload
Name
Size
Mode
Actions
storage.php
320
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/meta-box/inc/interfaces/storage.php
(320B)
<?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
cmd:
run