wpas_email_notification_body_before_template

Signature apply_filters( ‘wpas_email_notification_body_before_template’, $body, $case, $ticket_id );   Typical Usage Get the e-mail body and filter it before the template is being applied   Parameters $body: String $case String $ticket_id:...

wpas__user_email_notifications_email

Signature apply_filters( ‘wpas__user_email_notifications_email’, $email_variables, $case, $user_id );   Typical Usage   Parameters $email_variables: Array $case String $user_id: Integer Returns Array Located In File:...

wpas__user_email_notification_body_after_template

Signature apply_filters( ‘wpas__user_email_notification_body_after_template’, $body, $case, $user_id );   Typical Usage Filter the user e-mail body after the template has been applied   Parameters $body: String $case String $user_id: Integer...

wpas__user_email_notification_body_before_template

Signature apply_filters( ‘wpas__user_email_notification_body_before_template’, $body, $case, $user_id );   Typical Usage Get the user e-mail body and filter it before the template is being applied   Parameters $body: String $case String $user_id:...

wpas__user_email_notifications_body

Signature apply_filters( ‘wpas__user_email_notifications_body’, $body, $user_id, $case );   Typical Usage Filter user email notification body.   Parameters $body: String $user_id: Integer $case: String Returns String Located In File:...