Tribe__Tickets__Privacy::get_opt_in_text()
Placeholder for when we change to opt-in.
Return
(string)
Source
File: src/Tribe/Privacy.php
public function get_opt_in_text() {
/**
* Filters the default text for the opt-in checkbox.
*
* @since 4.11.3
*
* @param $content string The default text.
*/
return apply_filters( 'tribe_tickets_default_opt_in_text', $this->opt_in_text );
}
Changelog
| Version | Description |
|---|---|
| 4.11.3 | Introduced. |