- strict typing with UM settings;

This commit is contained in:
Mykyta Synelnikov
2024-03-06 23:52:25 +02:00
parent 88de3adf8c
commit abc0b9b331
2 changed files with 74 additions and 75 deletions
@@ -1041,6 +1041,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
'rest_api_version' => array(
'sanitize' => 'text',
),
'disable_restriction_pre_queries' => array(
'sanitize' => 'bool',
),
'uninstall_on_delete' => array(
'sanitize' => 'bool',
),