WC_Admin_Taxonomies::product_cat_description()
Description for product_cat page to aid users.
Метод класса: WC_Admin_Taxonomies{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Admin_Taxonomies = new WC_Admin_Taxonomies(); $WC_Admin_Taxonomies->product_cat_description();
Код WC_Admin_Taxonomies::product_cat_description() WC Admin Taxonomies::product cat description WC 9.3.3
public function product_cat_description() { echo wp_kses( wpautop( __( 'Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the "screen options" link at the top-right of this page.', 'woocommerce' ) ), array( 'p' => array() ) ); }