$field ) :
$value = yit_get_post_meta( $post->ID, $field['id'] );
$field['value'] = $value != '' ? $value : ( isset( $field['std'] ) ? $field['std'] : '' );
?>
YIT_CORE_PLUGIN_PATH,
'path' => '/metaboxes/types/',
'type' => $field['type'],
'args' => array('args' => $field)
)
);
extract( $args );
?>