andyleelun Hello, I am wondering if it is possible to add a "REMARK" column in the action logs to remark the purpose of this action?? such as Changed "Stock Quantity" for the products XXXXX" Example: Thanks Andy
Salva Hi andyleelun You could do so with custom development. As this is a WP_List_table class, you could use any of its hooks to add custom columns to it. More info: https://make.wordpress.org/docs/plugin-developer-handbook/10-plugin-components/custom-list-table-columns/ This is quite advanced though and you'll need a developer to do it for you. Best Regards, Salva.