← All changes
|
admin/advanced-settings/includes/fields/datepicker-starts-monday.php
+3
-0
3.9.9
→
4.0.3
View file →
| @@ -1,6 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | +// Exit if accessed directly | |
| 4 | +if ( ! defined( 'ABSPATH' ) ) exit; | |
| 5 | + | |
| 3 | 6 | function wppb_toolbox_datepicker_starts_on_monday( $output, $form_location, $field, $user_id, $field_check_errors, $request_data ){ |
| 4 | 7 | $field_id = $field['meta-name']; |
| 5 | 8 | |
| 6 | 9 | $script = '<script> |