$value){ if(strpos($param, 'divi-form-submit') === 0){ $is_divi_engine_form = 'true'; $divi_engine_form_additional = esc_attr(str_replace('divi-form-submit', '', $param)); } } do_action('wpa_handle_spammers','divi_engine_form', $_POST); if (str_ends_with($_SERVER["REQUEST_URI"],"admin-ajax.php")){ // ajax post $result = array( 'result' => 'failed', 'redirect' => '', 'message' => '' . esc_html($GLOBALS['wpa_error_message']) . '', 'message_position' => 'after_button'); wp_send_json( $result ); } else { echo "

".$GLOBALS['wpa_error_message']."

"; } die(); } } add_action( 'df_before_process', 'my_df_before_process', 10, 3 ); endif;