Makers Byte

A snippet of code that can help add WooCommerce admin fields.

Sometimes you need to further extend the Admin Listing. For example, adding the serial numbers to the WooCommerce orders listing.

How to do it? Here is the snippet of code which can help achieve this:

edit_shop_order_columns is the function where i am rearranging the fields

shop_order_column is the function where i am managing those fields and providing the values respectively.

If you enjoyed this post…it would mean a lot to me if you could click on the “claps” icon…up to 50 claps allowed — Thank You!

--

--