| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | <label><?php echo wp_kses_post( $value['title'] ); ?> <?php echo wp_kses_post( $tooltip_html ?? '' ); ?></label> |
| 37 | 37 | </th> |
| 38 | 38 | <td class="forminp lp-metabox-field__email-content forminp-<?php echo esc_attr( sanitize_title( $value['type'] ) ); ?>">‎ |
| 39 | 39 | <?php |
| 40 | - learn_press_email_formats_dropdown( | |
| 40 | + /*learn_press_email_formats_dropdown( | |
| 41 | 41 | array( |
| 42 | 42 | 'name' => $value['id'] . '[format]', |
| 43 | 43 | 'class' => 'lp-email-format', |
| 44 | 44 | 'selected' => $email_format, |
| @@ -43,9 +43,9 @@ | ||
| 43 | 43 | 'class' => 'lp-email-format', |
| 44 | 44 | 'selected' => $email_format, |
| 45 | 45 | 'option_none' => array( '' => esc_html__( 'General Settings', 'learnpress' ) ), |
| 46 | 46 | ) |
| 47 | - ); | |
| 47 | + );*/ | |
| 48 | 48 | ?> |
| 49 | 49 | <div class="lp-email-templates"> |
| 50 | 50 | <?php |
| 51 | 51 | $templates = learn_press_email_formats(); |