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_email_notification_body_after_template

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

wpas_email_notifications_template_tags

Signature apply_filters( ‘wpas_email_notifications_template_tags’, $tags );   Typical Usage Add email template tags used both for value attribution and in the contextual help in the plugin settings page. Parameters $tags: Array Returns Array Located...

wpas_email_template_map_to_files

Signature apply_filters( ‘wpas_email_template_map_to_files’, $template_files ); Typical Usage Add additional email templates to the email template array so they can be installed via the tools option. Parameters $template_files : Array Returns Array Located...

wpas_email_template_root_path

Signature apply_filters( ‘wpas_email_template_root_path’, $template_root_path ) Typical Usage Override the path where the default email templates are located.  Can be used if you create a folder with your own email templates. Parameters $template_root_path...