• Resolved vinograd10

    (@vinograd10)


    Hello!
    How to grant access to sending emails to the author or new user-category?
    It’s not work:

     
    $result = add_role( 'superauthor', __(
    'superauthor' ),
    array(
    'send_email' => true,
    )
    );
    

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Techspawn

    (@techspawn1)

    Hello vinograd10,

    Are you asking about custom roles?

    Thread Starter vinograd10

    (@vinograd10)

    Hello, techspawn1!
    Oh, thank You for quick answer!
    Yes, I’m interested in user roles. Can I give the right to author, that the author to send letters?

    Yes, I am looking also to give other users such as an author the right to send emails

    Plugin Author Techspawn

    (@techspawn1)

    We have released an updated version with custom role functionality added to it, so please update it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to grant access to sending emails to the author’ is closed to new replies.