WC_Admin_Permalink_Settings::product_attribute_slug_input()

Show a slug input box.


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
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.