WC_Brands_Admin::taxonomy_description()publicWC 1.0

Description for brand page.

Method of the class: WC_Brands_Admin{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_Brands_Admin::taxonomy_description() code WC 9.5.1

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