WC_Emails::email_footer()
Get the email footer.
Method of the class: WC_Emails{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_Emails = new WC_Emails(); $WC_Emails->email_footer();
WC_Emails::email_footer() WC Emails::email footer code WC 9.4.2
public function email_footer() { wc_get_template( 'emails/email-footer.php' ); }