WC_Admin_Taxonomies::product_attribute_description()
Description for shipping class page to aid users.
Contents
Description Description
Source Source
File: includes/admin/class-wc-admin-taxonomies.php
public function product_attribute_description() { echo wp_kses( wpautop( __( 'Attribute terms can be assigned to products and variations.<br/><br/><b>Note</b>: Deleting a term will remove it from all products and variations to which it has been assigned. Recreating a term will not automatically assign it back to products.', 'woocommerce' ) ), array( 'p' => array() ) ); }