Could not save privacy page
-
i allowed the editor role for privacy options access.
then the editor was able to edit the privacy site, but not to save the privacy site! is this intended?i end up with adding the following to my code:
$role_object = get_role( 'editor' ); $role_object->add_cap( 'manage_privacy_options' ); $role_object->add_cap( 'manage_options' );
(but it’s not a good solution as now the editor has a lot more possibilities, than needed)
The page I need help with: [log in to see the link]
- The topic ‘Could not save privacy page’ is closed to new replies.