WC_Brands_Admin::taxonomy_description()
Description for brand page.
Метод класса: 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 9.4.2
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' ) ) ); }