WC_Brands_Admin::taxonomy_descriptionpublicWC 1.0

Brand taxonomy description.

Method of the class: WC_Brands_Admin{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Brands_Admin = new WC_Brands_Admin();
$WC_Brands_Admin->taxonomy_description();

WC_Brands_Admin::taxonomy_description() code WC 10.3.5

public function taxonomy_description() {
	echo wp_kses_post( wpautop( __( 'Brands can be added and managed from this screen. You can optionally upload a brand image to display in brand widgets and on brand archives', 'woocommerce' ) ) );
}