field['attributes']['type'] ) ) ? $this->field['attributes']['type'] : 'text'; $url_type = ( ! empty( $this->field['url'] ) ) ? $this->field['url'] : ''; echo wp_kses_post( $this->field_before() ); if ( $url_type ) { echo '
pro-img
'; } else { echo 'field_attributes() ) . ' />'; } echo wp_kses_post( $this->field_after() ); } } }