Tribe__Tickets__Privacy::hook()

Class initialization

Contents


Source

File: src/Tribe/Privacy.php

	public function hook() {
		add_action( 'admin_init', array( $this, 'privacy_policy_content' ), 20 );

		add_filter( 'wp_privacy_personal_data_exporters', array( $this, 'register_exporters' ), 10 );
		add_filter( 'wp_privacy_personal_data_erasers', array( $this, 'register_erasers' ), 10 );
	}

Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.