Submit
Path:
~
/
home
/
getwphos
/
public_html
/
techniquetechs
/
wp-content
/
themes
/
plexify
/
woocommerce
/
global
/
File Content:
pxl-quantity-input.php
<?php defined( 'ABSPATH' ) || exit; ?> <div class="quantity d-inline-flex"> <?php do_action( 'woocommerce_before_quantity_input_field' ); ?> <div class="pxl-quantity-wrap"> <span><?php echo esc_html__( 'Quantity', 'plexify' );?></span> <div class="qty-field"> <div class="quantity-inner"> <span class="quantity-button quantity-down"><span class="pxli-minus"></span></span> <input type="<?php echo esc_attr( $type ); ?>" <?php echo esc_attr($readonly) ? 'readonly="readonly"' : ''; ?> id="<?php echo esc_attr( $input_id ); ?>" class="<?php echo esc_attr( join( ' ', (array) $classes ) ); ?>" name="<?php echo esc_attr( $input_name ); ?>" value="<?php echo esc_attr( $input_value ); ?>" title="<?php echo esc_attr_x( 'Qty', 'Product quantity input tooltip', 'plexify' ); ?>" min="<?php echo esc_attr( $min_value ); ?>" max="<?php echo esc_attr( 0 < $max_value ? $max_value : 50 ); ?>" <?php if ( ! $readonly ) : ?> step="<?php echo esc_attr( $step ); ?>" placeholder="<?php echo esc_attr( $placeholder ); ?>" inputmode="<?php echo esc_attr( $inputmode ); ?>" autocomplete="<?php echo esc_attr( isset( $autocomplete ) ? $autocomplete : 'on' ); ?>" <?php endif; ?> /> <span class="quantity-button quantity-up"><span class="pxli-plus"></span></span> </div> </div> </div> <?php do_action( 'woocommerce_after_quantity_input_field' );?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
pxl-form-login.php
2227 bytes
0644
pxl-quantity-input.php
1489 bytes
0644
N4ST4R_ID | Naxtarrr