Email about pending user, What capability?
-
I have give Editors these capabilities:
$edit_editor = get_role('editor'); // Get the user role $edit_editor->add_cap('edit_users'); $edit_editor->add_cap('list_users'); $edit_editor->add_cap('promote_users'); $edit_editor->add_cap('create_users'); $edit_editor->add_cap('add_users'); $edit_editor->add_cap('delete_users');
Now I would like the Editor to also receive email about a new pending user.
Is it possible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Email about pending user, What capability?’ is closed to new replies.