transform auth user last
This commit is contained in:
@@ -15,7 +15,7 @@ class Wiaas_User {
|
||||
add_action('plugins_loaded', array(__CLASS__, 'remove_default_user_groups'), 30);
|
||||
|
||||
add_filter('woocommerce_rest_prepare_customer', array(__CLASS__, 'transform_rest_customer'), 10, 3);
|
||||
add_filter('jwt_auth_token_before_dispatch', array(__CLASS__, 'transform_jwt_token_response'), 10, 2);
|
||||
add_filter('jwt_auth_token_before_dispatch', array(__CLASS__, 'transform_jwt_token_response'), 999, 2);
|
||||
}
|
||||
|
||||
public static function load_user_organization() {
|
||||
|
||||
Reference in New Issue
Block a user