/
home
/
desid573
/
verdenaturopathy.com.au
/
site3
/
wp-content
/
plugins
/
meta-box
/
inc
/
interfaces
/
/home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/meta-box/inc/interfaces
mkdir
upload
Name
Size
Mode
Actions
storage.php
394
0644
edit
dl
rm
Edit:
/home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins/meta-box/inc/interfaces/storage.php
(394B)
<?php /** * Storage interface * * @package Meta Box */ /** * Interface RWMB_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 = array() ); }
Save