PATH:
home
/
lab2454c
/
credityork.com
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
meta-boxes
/
views
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div data-taxonomy="<?php echo esc_attr( $attribute->get_taxonomy() ); ?>" class="woocommerce_attribute wc-metabox postbox closed <?php echo esc_attr( implode( ' ', $metabox_class ) ); ?>" rel="<?php echo esc_attr( $attribute->get_position() ); ?>"> <h3> <div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'woocommerce' ); ?>"></div> <div class="tips sort" data-tip="<?php esc_attr_e( 'Drag and drop to set admin attribute order', 'woocommerce' ); ?>"></div> <a href="#" class="remove_row delete"><?php esc_html_e( 'Remove', 'woocommerce' ); ?></a> <strong class="attribute_name<?php echo esc_attr( $attribute->get_name() === '' ? ' placeholder' : '' ); ?>"><?php echo esc_html( $attribute->get_name() !== '' ? wc_attribute_label( $attribute->get_name() ) : __( 'New attribute', 'woocommerce' ) ); ?></strong> </h3> <div class="woocommerce_attribute_data wc-metabox-content hidden"> <?php require __DIR__ . '/html-product-attribute-inner.php'; ?> </div> </div>
[-] html-product-attribute.php
[edit]
[-] html-product-data-attributes.php
[edit]
[-] html-order-item-meta.php
[edit]
[+]
..
[-] html-order-notes.php
[edit]
[-] html-product-data-linked-products.php
[edit]
[-] html-order-fee.php
[edit]
[-] html-product-data-advanced.php
[edit]
[-] html-product-data-variations.php
[edit]
[-] html-variation-admin.php
[edit]
[-] html-product-data-panel.php
[edit]
[-] html-product-download.php
[edit]
[-] html-product-variation-download.php
[edit]
[-] html-order-download-permission.php
[edit]
[-] html-product-data-inventory.php
[edit]
[-] html-product-data-general.php
[edit]
[-] html-product-attribute-inner.php
[edit]
[-] html-order-refund.php
[edit]
[-] html-order-item.php
[edit]
[-] html-order-items.php
[edit]
[-] html-order-shipping.php
[edit]
[-] html-product-data-shipping.php
[edit]