| 1 |
<?php if( ! defined( "ABSPATH" ) ) exit() ?> |
| 2 |
|
| 3 |
<input type="hidden" name="wpfaction" value="notifications_settings_save"> |
| 4 |
|
| 5 |
<?php |
| 6 |
WPF()->settings->header( 'notifications' ); |
| 7 |
WPF()->settings->form_field( 'notifications', 'notifications' ); |
| 8 |
WPF()->settings->form_field( 'notifications', 'notifications_live' ); |
| 9 |
WPF()->settings->form_field( 'notifications', 'notifications_bar' ); |
| 10 |
|
| 11 |
|
| 12 |
|
| 13 |
|