Plugin Updates
This commit is contained in:
@@ -38,9 +38,7 @@ function wpcf7_sendinblue_save_contact_form( $contact_form, $args, $context ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$prop = isset( $_POST['wpcf7-sendinblue'] )
|
||||
? (array) $_POST['wpcf7-sendinblue']
|
||||
: array();
|
||||
$prop = (array) ( $_POST['wpcf7-sendinblue'] ?? array() );
|
||||
|
||||
$prop = wp_parse_args(
|
||||
$prop,
|
||||
|
||||
Reference in New Issue
Block a user