Exemple #1
0
 /**
  * Output the field value
  * Display unordered list of option labels, not option values
  *
  * @param  array    $field   Field parameters
  * @param  array    $args    Additional arguments. Not used for these fields.
  * @param  int|null $post_id Post ID. null for current post. Optional.
  *
  * @return string Link(s) to post
  */
 static function the_value($field, $args = array(), $post_id = null)
 {
     return RWMB_Select_Field::the_value($field, $args, $post_id);
 }