WC_Admin_Permalink_Settings::product_attribute_slug_input()
Show a slug input box.
Contents
Description Description
Source Source
File: includes/admin/class-wc-admin-permalink-settings.php
public function product_attribute_slug_input() { ?> <input name="woocommerce_product_attribute_slug" type="text" class="regular-text code" value="<?php echo esc_attr( $this->permalinks['attribute_base'] ); ?>" /><code>/attribute-name/attribute/</code> <?php }