llms_email_header( $heading = '' )
Contents
Source Source
File: includes/llms.template.functions.php
function llms_email_header( $heading = '' ) {
llms_get_template(
'emails/header.php',
array(
'email_heading' => $heading,
)
);
}
Expand full source code Collapse full source code View on GitHub