fix(admin): add recaptcha-settings to settings group in dashboard
This commit is contained in:
@@ -61,7 +61,7 @@ final class ComponentGroupRegistry
|
||||
'label' => __('Configuración', 'roi-theme'),
|
||||
'icon' => 'bi-gear',
|
||||
'description' => __('Ajustes globales del tema y monetización', 'roi-theme'),
|
||||
'components' => ['theme-settings', 'adsense-placement', 'custom-css-manager']
|
||||
'components' => ['theme-settings', 'adsense-placement', 'recaptcha-settings', 'custom-css-manager']
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user