| @@ -8,8 +8,9 @@ | ||
| 8 | 8 | WPF()->settings->form_field( 'email', 'from_email' ); |
| 9 | 9 | WPF()->settings->form_field( 'email', 'admin_emails' ); |
| 10 | 10 | WPF()->settings->form_field( 'email', 'new_topic_notify' ); |
| 11 | 11 | WPF()->settings->form_field( 'email', 'new_reply_notify' ); |
| 12 | +WPF()->settings->form_field( 'email', 'async_notifications' ); | |
| 12 | 13 | ?> |
| 13 | 14 | |
| 14 | 15 | <div class="wpf-subtitle"> |
| 15 | 16 | <span class="dashicons dashicons-admin-users"></span> <?php _e( 'Post Reporting Emails', 'wpforo' ) ?> |