• Resolved pbruklyn

    (@pbruklyn)


    I need to add a custom column to the Revisions Queue dashboard so users can filter a taxonomy but am unable to figure out how to hook into that page. Is that possible with a Pro license?

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    Hello @pbruklyn,

    The latest Revisions release includes three plugin hooks you can use to implement your custom column:

    https://pastebin.com/QYQGaXc0

    If that is not sufficient, you can override entire Revisionary_List_Table class with your own class name using the “revisionary_list_table_class” filter. In that case, you would be responsible for maintaining the custom class and loading it prior to this filter call.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.