| 1 |
<?php |
| 2 |
/** |
| 3 |
* Privacy |
| 4 |
* |
| 5 |
* @package GamiPress\Privacy |
| 6 |
* @author GamiPress <contact@gamipress.com>, Ruben Garcia <rubengcdev@gmail.com> |
| 7 |
* @since 1.5.0 |
| 8 |
*/ |
| 9 |
// Exit if accessed directly |
| 10 |
if( !defined( 'ABSPATH' ) ) exit; |
| 11 |
|
| 12 |
require_once GAMIPRESS_DIR . 'includes/privacy/exporters.php'; |
| 13 |
require_once GAMIPRESS_DIR . 'includes/privacy/erasers.php'; |