Hook Detail

Plugin: Formidable Lite
Filter Name: frm_notification_attachment
KB Link:
Declaration:
apply_filters( 'frm_notification_attachment', array(), $this->form, $args );
Filter Type:
Static
In class:
FrmEmail
Source:
formidable/classes/models/FrmEmail.php
Notes:

Use this hook to attach files to email notifications. The file must be uploaded to your site before it can be included in the email. All variations of this hook require the absolute path to the file. In WordPress, ABSPATH will give you the path to the root of your site. In most cases, your path will look like this:

ABSPATH . '/' . 'wp-content/uploads/2015/02/filename.pdf'

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found