Add “Orders” two or three Column
-
Hello
I hope you are doing well.Can you tell me how added the Add “Orders” two or three Column in orders list I have added the filter
add_filter( ‘wcfm_orders_additional_info_column_label’, function( $shipping_column_label ) {
$shipping_column_label = ‘Shipping’;
return $shipping_column_label;
});
add_filter( ‘wcfm_orders_additonal_data_hidden’, ‘__return_false’ );It’s working fine that but when I have added another then there is not working.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add “Orders” two or three Column’ is closed to new replies.