Nico Pagel
asked 10 years ago

I want to limit the persmission to only read answers and not to publish. How can I do this?

2 Answers
Nico Pagel
answered 10 years ago

Fixed with a workaround in xy.phps :         <?php if( is_user_logged_in() && !current_user_can(‘subscriber’) ) { ?>

DominicStaff
answered 10 years ago

Hi Nico !
I think have resolved the issue. I appreciate it !

Powered by DW Question & Answer Pro