Can’t edit draft from dashboard
-
If I save a post as a draft I can no longer edit it from the dashboard as the Edit button isn’t there. All my published events can be edited.
I have the edit page correctly setup and the option ‘Users can edit post’ is selected.
I currently don’t implement any paid subscriptions or payments for event submissions.
As far as I can tell, the edit button is missing due to $payment_status = ‘pending’ in the post (_wpuf_payment_status) so it fails the test to enable $show_edit in dashboard.php
How do I set this flag if I don’t use any of the payment methods? I can write a snippet to do it but can I do it from any menu settings?
- The topic ‘Can’t edit draft from dashboard’ is closed to new replies.