# charitable/1.6.22/includes/admin/reports/abstract-class-charitable-export.php

Charitable – Donation &amp; Fundraising Platform (Donation Forms, Recurring Donations &amp; Fundraising Campaigns), version 1.6.22. 10 lines.

- Page: https://pluginprobe.com/plugins/charitable/1.6.22/code/includes/admin/reports/abstract-class-charitable-export.php
- Raw: https://pluginprobe.com/plugins/charitable/1.6.22/raw/includes/admin/reports/abstract-class-charitable-export.php
- Modified: 2018-05-22T13:29:52+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/charitable/1.6.22/code/includes/admin/reports/abstract-class-charitable-export.php#L10-L20`.

```php
<?php 
/**
 * In Charitable 1.5, we moved the location of the base Charitable_Export class.
 *
 * This file is kept purely for other extensions that load this file, expecting it to exist.
 *
 * @deprecated
 */
require_once( charitable()->get_path( 'includes' ) . 'abstracts/abstract-class-charitable-export.php' );

```
