Tribe__Tickets__Privacy::init_text()
Initialize the opt-out/opt-in text default values.
Source
File: src/Tribe/Privacy.php
public function init_text() {
$this->opt_out_text = __( 'Hide my attendee data from public view.', 'event-tickets' );
$this->opt_in_text = __( 'Allow use of my attendee data publicly on this site.', 'event-tickets' );
}
Changelog
| Version | Description |
|---|---|
| 4.11.3 | Introduced. |