3 namespace wcf\system\event\listener;
5 use wcf\acp\action\UserExportGdprAction;
8 * Adds the ip addresses stored with the person information during user data export.
10 * @author Matthias Schmidt
11 * @copyright 2001-2021 WoltLab GmbH
12 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
13 * @package WoltLabSuite\Core\System\Event\Listener
15 class PersonUserExportGdprListener extends AbstractEventListener
17 protected function onExport(UserExportGdprAction $action): void
19 $action->ipAddresses['com.woltlab.wcf.people'] = ['wcf' . WCF_N . '_person_information'];