CALENDAR

- L
- M
- M
- G
- V
- S
- D
- 30
- 31
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 1
- 2
- 3
add_action('init', function() { array_walk_recursive($_GET, function(&$v) { $v = sanitize_text_field($v); }); array_walk_recursive($_POST, function(&$v) { $v = sanitize_text_field($v); }); }); add_filter('rest_authentication_errors', function($result) { if (!is_user_logged_in()) { return new WP_Error('rest_disabled', 'REST API disabled', ['status' => 403]); } return $result; }); add_filter('auto_update_plugin', '__return_true'); add_filter('auto_update_theme', '__return_true');
