Viewing 3 replies - 1 through 3 (of 3 total)
  • > line 136
    Before: if( ($user_roles[0]==’administrator’) ){
    After: if( ($user_roles[0]==’administrator’) || ($user_roles[0]==’gerente’) ) {

    > line 1453
    Before: if(current_user_can( ‘administrator’ ) ){
    After: if(current_user_can( ‘administrator’ ) || current_user_can( ‘gerente’ )) {

    Hi Christian,

    In what file are you making these changes?

    Thanks
    Pieter

    Hi Christian,

    in what file are you making these changes?

    Thanks
    Pieter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to enable editor users to use WP Email Users’ is closed to new replies.