by Ante Laca | Sep 20, 2018
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:...
by Ante Laca | Sep 19, 2018
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...
by Ante Laca | Sep 18, 2018
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...
Recent Comments