Webex_Provider::maybe_change_email_template( string $template, array $args )
Conditionally inject content into ticket email templates.
Contents
Parameters
- $template
-
(string) (Required) The template path, relative to src/views.
- $args
-
(array) (Required) The template arguments.
Return
(string)
Source
File: src/Tribe/Meetings/Webex_Provider.php
public function maybe_change_email_template( $template, $args ) { return $this->container->make( Email::class )->maybe_change_email_template( $template, $args ); }
Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |