Editors Cannot Export and Delete Entries
-
Hi,
I wanted the Editors to have complete access to Caldera Forms, so I used this code to give them such capability:
add_filter( 'caldera_forms_manage_cap', function() { return 'edit_pages'; }, 51 );It seemed to work partly, they can edit the forms and see the entries. But they cannot export and delete entries – if they do so, entries just get greyed, but no action is taken.
What am I doing wrong?
Thanks
The topic ‘Editors Cannot Export and Delete Entries’ is closed to new replies.