WC_Admin_Taxonomies::product_cat_description()
Description for product_cat page to aid users.
Contents
Description Description
Source Source
File: includes/admin/class-wc-admin-taxonomies.php
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() ) ); }