add_filter( 'manage_edit-product_columns', 'add_new_column' ); function add_new_column( $columns ){ // just add a new column here $columns[ 'add_new_column' ] = 'Sizes'; // return the modified array return $columns; } add_filter( 'manage_posts_custom_column', 'add_populate_columns', 10, 3 ); function add_populate_columns( $output, $column_name, $object_id ) { // $object_id is either the user ID or product category/tag ID if( 'Sizes' === $column_name ) { // you can use switch() // do something and write the result into $output $output .= $product->get_attributes()['pa_size']; } return $output; } Shop designer shoes, boots and bags | Regal Shoes
No products were found matching your selection.