apply_filters( 'tribe_tickets_plus_email_enabled', string $is_enabled )

Allows for filtering whether the Woo tickets email is enabled.


Parameters

$is_enabled

(string) Defaults to 'yes'; whether the Woo tickets email is enabled.


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Email.php


Top ↑

Changelog

Changelog
Version Description
4.7.1 Introduced.