# give/4.16.9/src/Subscriptions/Models/LegacySubscriber.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 19 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Subscriptions/Models/LegacySubscriber.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Subscriptions/Models/LegacySubscriber.php
- Modified: 2022-02-25T01:33:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/Subscriptions/Models/LegacySubscriber.php#L10-L20`.

```php
<?php

namespace Give\Subscriptions\Models;

use Give_Recurring_Subscriber;

/**
 * Class LegacySubscriber
 *
 * This is a temporary class that extends a give-recurring concept of Give_Recurring_Subscriber.
 * This will eventually be replaced with a core model.
 *
 * @since 2.18.0
 */
class LegacySubscriber extends Give_Recurring_Subscriber
{
    //
}

```
