Fix missing closing bracket
This commit is contained in:
parent
3e80e1baa0
commit
836ce51127
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ class SettingsPage {
|
|||
if ( isset( $input['stripe_secret_key'] ) ) {
|
||||
// Basic sanitization, might need stricter validation (e.g., regex for sk_live_/sk_test_)
|
||||
$sanitized_input['stripe_secret_key'] = sanitize_text_field( $input['stripe_secret_key'] );
|
||||
|
||||
}
|
||||
// Sanitize SMTP settings
|
||||
$smtp_fields = [
|
||||
'smtp_host' => 'sanitize_text_field',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue