How do you add the custom column “Product Type” in WooCommerce product list table like above image? I am adding this column because I can easily identify the product type from product listing page. Here is the simple PHP snippet for it. You will add the code into the functions.php file of your active theme.
column
Hide a column on Fluent Forms Entries Page
As an example I am hiding the Password column of my user registration form. When I am viewing the entries of my user registration form, password of all users are showing on entries list page. I am hiding it. You can hide one or more columns of any Fluent Forms. PHP Snippet: Hiding The Column