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