Function loadEmailTemplate
Load a template from EmailTemplates language file.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
string |
$template |
The name of the template to load |
array |
$replacements = array() |
An array of replacements for the variables in the template |
string |
$lang = '' |
The language to use, if different than the user's current language |
boolean |
$loadLang = true |
Whether to load the language file first |
array
|
An array containing the subject and body of the email template, with replacements made |