Пример #1
0
 /**
  * Output the field value.
  * @param array $field
  * @param array $args
  * @param null  $post_id
  * @return mixed
  */
 static function the_value($field, $args = array(), $post_id = null)
 {
     return MASHSB_RWMB_Image_Field::the_value($field, $args, $post_id);
 }