Retrieve a list of users based on some conditions

Be careful with the '%subscriber%' part, inside the wpdb::prepare() method.

Use '%%subscriber%%' instead.

Otherwise $limit will match the %s part and the %d part will be unmatched.