User Role changes not synced
-
This is more a warning than a bug, but autochimp does not sync changes that result from a role change on the users admin screen even if they cause metadata changes.
If this is a problem you can (at the cost of a little efficiency do this when you need to syncif (function_exists( 'AC_OnUpdateUser' )) { $user = new WP_User( $user_id ); AC_OnUpdateUser( $user->ID, $user, FALSE ); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘User Role changes not synced’ is closed to new replies.