LLMS_Email::get_attachments()

Get attachments


Return Return

(array)


Top ↑

Source Source

File: includes/emails/class.llms.email.php

	public function get_attachments() {
		return apply_filters( 'llms_email_get_attachments', $this->attachments, $this );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.