I want to limit the persmission to only read answers and not to publish. How can I do this?
2 Answers
Fixed with a workaround in xy.phps : <?php if( is_user_logged_in() && !current_user_can(‘subscriber’) ) { ?>
Hi Nico !
I think have resolved the issue. I appreciate it !
Please login or Register to submit your answer