field, array( 'top_icon' => '', 'right_icon' => '', 'bottom_icon' => '', 'left_icon' => '', 'all_icon' => '', 'top_placeholder' => esc_html__( 'top', 'post-carousel' ), 'right_placeholder' => esc_html__( 'right', 'post-carousel' ), 'bottom_placeholder' => esc_html__( 'bottom', 'post-carousel' ), 'left_placeholder' => esc_html__( 'left', 'post-carousel' ), 'all_placeholder' => esc_html__( 'all', 'post-carousel' ), 'top' => true, 'left' => true, 'bottom' => true, 'right' => true, 'unit' => true, 'min' => '-50', 'show_units' => true, 'all' => false, 'units' => array( 'px', '%', 'em' ), ) ); $default_values = array( 'top' => '', 'right' => '', 'bottom' => '', 'left' => '', 'all' => '', 'unit' => 'px', 'min' => '', ); $value = wp_parse_args( $this->value, $default_values ); $unit = ( count( $args['units'] ) === 1 && ! empty( $args['unit'] ) ) ? $args['units'][0] : ''; $is_unit = ( ! empty( $unit ) ) ? ' spf--is-unit' : ''; echo wp_kses_post( $this->field_before() ); $min = ( isset( $args['min'] ) ) ? ' min="' . $args['min'] . '"' : ''; echo '