In the Admin page of the views Plugin is there an option or can I use custom code to show the last modified date of a view. This would be helpful as often times I may be working on alternate versions of a view with a similar name and seeing which one was most recently modified helps to identify them and track changes.
Unfortunately we don't have a way to do this. Custom code would be the best route here, but if it helps, your views are stored in the wp_post table and there is a column that stores the last modified.
Hi, Shane is on holiday and I'm looking over his queue. I can see that you would like to add a column to the Views admin screen, but unfortunately there is no API available to filter these columns. With public post types, you can use the API Shane mentioned. However, Views are private post types registered by Toolset and as such they are not filterable using standard WordPress column APIs. If you'd like to request the ability to add columns, feel free to submit a feature request at the following link: https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/