'; $html .= ' '; $html .= $text ; if($icon) $html .= ' '; $html .= ''; return $html; } function jt_cmb2_render_size_field_callback( $field, $value, $object_id, $object_type, $field_type_object ) { $value = wp_parse_args( $value, array( 'height' => 60, 'width' => 120, 'source' => 'medium', ) ); $level = $field->args('level')?1:0; ?>