clear your selection.', 'You are about to export %1$d products. To export all products,
clear your selection
.', $count, 'woocommerce' ), $count, esc_url( $clear_url ) ); ?>
'; } ?>
get_default_column_names() as $column_id => $column_name ) { echo '
' . esc_html( $column_name ) . '
'; } ?>
$label ) { echo '
' . esc_html( $label ) . '
'; } ?>
'product_cat', 'hide_empty' => false, ) ); foreach ( $categories as $category ) { echo '
' . esc_html( $category->name ) . '
'; } ?>