args('level')?1:0; $default = $field->args('default'); if(!is_array($default)) $default = array(); if(!isset($default['width'])) $default['width'] = '100'; if(!isset($default['widthType'])) $default['widthType'] = '1'; if(!isset($default['height'])) $default['height'] = '300'; if(!isset($default['heightType'])) $default['heightType'] = '0'; $value = wp_parse_args( $value, array( 'width' => $default['width'], 'widthType' => $default['widthType'], 'height' => $default['height'], 'heightType' => $default['heightType'], )); ?>