Add set_user_role action hook. props jamescollins, usermrpapa. fixes #10716
git-svn-id: http://svn.automattic.com/wordpress/trunk@12028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
18f11f1fbc
commit
0a665944e8
|
@ -605,6 +605,7 @@ class WP_User {
|
|||
update_usermeta( $this->ID, $this->cap_key, $this->caps );
|
||||
$this->get_role_caps();
|
||||
$this->update_user_level_from_caps();
|
||||
do_action( 'set_user_role', $this->ID, $role );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue