We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcee80 commit f6100edCopy full SHA for f6100ed
includes/classes/wp-maintenance-mode.php
@@ -1385,7 +1385,7 @@ public function send_contact() {
1385
*/
1386
public function otter_add_subscriber( $form_data ) {
1387
if ( $form_data ) {
1388
- $input_data = $form_data->get_payload_field( 'formInputsData' );
+ $input_data = $form_data->get_data_from_payload( 'formInputsData' );
1389
$input_data = array_map(
1390
function( $input_field ) {
1391
if ( isset( $input_field['type'] ) && 'email' === $input_field['type'] ) {
0 commit comments