1 | <?php |
||
6 | class FrmEmailHelper { |
||
7 | |||
8 | /** |
||
9 | * Get the userID field from a form |
||
10 | * This will not get repeating or embedded userID fields |
||
11 | * |
||
12 | * @since 2.03.04 |
||
13 | * |
||
14 | * @param int $form_id |
||
15 | * @return int |
||
16 | */ |
||
17 | public static function get_user_id_field_for_form( $form_id ) { |
||
26 | |||
27 | /** |
||
28 | * This function should only be fired when Mandrill is sending an HTML email |
||
29 | * This will make sure Mandrill doesn't mess with our HTML emails |
||
30 | * |
||
31 | * @since 2.03.04 |
||
32 | * |
||
33 | * @return bool |
||
34 | */ |
||
35 | public static function remove_mandrill_br() { |
||
38 | } |