Hi rarcher30,
Yes, with the Pro version, we added a filter called “Skip Workflow Filter” – https://www.oasisworkflow.com/documentation/hooks-and-filters/skip-workflow-filter
We do not have this filter in the “free” version yet.
That’s good that it is within the pro version. Could I assume that we can add this custom filter into our theme and then apply ‘tags’ to particular pages to flag them as to take them out of the publisher/revision workflow?
Obviously I’d have to turn on tags for pages first. Would it also work if page categories were used as well? If there is a tutorial video or more explanation – that would be very helpful.
Thanks
Sorry for a delayed reply.
You do not have add tags OR anything. You can use any postmeta attribute to distinguish. You have the post_id as the input, so you can essentially do anything around the post.
Yes, the custom code can go into your functions.php OR your theme code.