Tribe__Tickets__Privacy::get_opt_out_text()
Get and filter the opt-out text.
Return
(string)
Source
File: src/Tribe/Privacy.php
public function get_opt_out_text() {
/**
* Filters the default text for the opt-out checkbox.
*
* @since 4.11.3
*
* @param $content string The default text.
*/
return apply_filters( 'tribe_tickets_default_opt_out_text', $this->opt_out_text );
}
Changelog
| Version | Description |
|---|---|
| 4.11.3 | Introduced. |