Merge pull request #19718 from aydun/wp-login-redirect
[civicrm-core.git] / settings / Core.setting.php
index 4548868072b3829189c1fb3fb1ab2217c16182cf..64778e4d87bae74397b25d45c6abe335db0be7e8 100644 (file)
@@ -548,78 +548,6 @@ return [
     'description' => NULL,
     'help_text' => NULL,
   ],
-  'recaptchaOptions' => [
-    'group_name' => 'CiviCRM Preferences',
-    'group' => 'core',
-    'name' => 'recaptchaOptions',
-    'type' => 'String',
-    'quick_form_type' => 'Element',
-    'html_attributes' => [
-      'size' => 64,
-      'maxlength' => 64,
-    ],
-    'html_type' => 'text',
-    'default' => NULL,
-    'add' => '4.3',
-    'title' => ts('reCAPTCHA Options'),
-    'is_domain' => 1,
-    'is_contact' => 0,
-    'description' => ts('You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:\'blackglass\', lang : \'fr\' ). Check the available options at <a href="https://developers.google.com/recaptcha/docs/display#config">Customizing the Look and Feel of reCAPTCHA</a>.'),
-    'help_text' => NULL,
-  ],
-  'recaptchaPublicKey' => [
-    'group_name' => 'CiviCRM Preferences',
-    'group' => 'core',
-    'name' => 'recaptchaPublicKey',
-    'type' => 'String',
-    'quick_form_type' => 'Element',
-    'html_attributes' => [
-      'size' => 64,
-      'maxlength' => 64,
-    ],
-    'html_type' => 'text',
-    'default' => NULL,
-    'add' => '4.3',
-    'title' => ts('reCAPTCHA Site Key'),
-    'is_domain' => 1,
-    'is_contact' => 0,
-    'description' => NULL,
-    'help_text' => NULL,
-  ],
-  'forceRecaptcha' => [
-    'add' => '4.7',
-    'help_text' => NULL,
-    'is_domain' => 1,
-    'is_contact' => 0,
-    'group_name' => 'CiviCRM Preferences',
-    'group' => 'core',
-    'name' => 'forceRecaptcha',
-    'type' => 'Boolean',
-    'quick_form_type' => 'YesNo',
-    'html_type' => '',
-    'default' => '0',
-    'title' => ts('Force reCAPTCHA on Contribution pages'),
-    'description' => ts('If enabled, reCAPTCHA will show on all contribution pages.'),
-  ],
-  'recaptchaPrivateKey' => [
-    'group_name' => 'CiviCRM Preferences',
-    'group' => 'core',
-    'name' => 'recaptchaPrivateKey',
-    'type' => 'String',
-    'quick_form_type' => 'Element',
-    'html_attributes' => [
-      'size' => 64,
-      'maxlength' => 64,
-    ],
-    'html_type' => 'text',
-    'default' => NULL,
-    'add' => '4.3',
-    'title' => ts('reCAPTCHA Secret Key'),
-    'is_domain' => 1,
-    'is_contact' => 0,
-    'description' => NULL,
-    'help_text' => NULL,
-  ],
   'checksum_timeout' => [
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',