WC_Brands_Admin::taxonomy_description
Brand taxonomy description.
Метод класса: WC_Brands_Admin{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Brands_Admin = new WC_Brands_Admin(); $WC_Brands_Admin->taxonomy_description();
Код WC_Brands_Admin::taxonomy_description() WC Brands Admin::taxonomy description 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' ) ) );
}